Class FeedCaches
- Namespace
- ZeroInstall.Store.Feeds
- Assembly
- ZeroInstall.Store.dll
Provides IFeedCache instances.
public static class FeedCaches
- Inheritance
-
FeedCaches
- Inherited Members
Properties
DefaultPath
The default feed cache location in the user profile.
public static string DefaultPath { get; }
Property Value
Methods
Default(IOpenPgp)
Creates an IFeedCache instance that uses the default cache location in the user profile.
public static IFeedCache Default(IOpenPgp openPgp)
Parameters
openPgp
IOpenPgpProvides access to an encryption/signature system compatible with the OpenPGP standard.