Table of Contents

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

string

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 IOpenPgp

Provides access to an encryption/signature system compatible with the OpenPGP standard.

Returns

IFeedCache