C# Class ZeroInstall.Store.Feeds.FeedCacheFactory

Creates IFeedCache instances.
显示文件 Open project: 0install/0install-win

Public Methods

Method Description
CreateDefault ( IOpenPgp openPgp ) : IFeedCache

Creates an IFeedCache instance that uses the default cache location in the user profile.

Method Details

CreateDefault() public static method

Creates an IFeedCache instance that uses the default cache location in the user profile.
A problem occurred while creating a directory. Creating a directory is not permitted.
public static CreateDefault ( IOpenPgp openPgp ) : IFeedCache
openPgp IOpenPgp Provides access to an encryption/signature system compatible with the OpenPGP standard.
return IFeedCache