Table of Contents

Class AppDataCacheStore

Namespace
The.Caching.Storage
Assembly
Instagile.dll
public sealed class AppDataCacheStore : ICacheStore
Inheritance
AppDataCacheStore
Implements
Inherited Members

Constructors

AppDataCacheStore(string)

public AppDataCacheStore(string filename = "{0}.theCache")

Parameters

filename string

Methods

Clear(string)

public void Clear(string appName)

Parameters

appName string

Get(string)

public CacheFile Get(string appName)

Parameters

appName string

Returns

CacheFile

Set(string, CacheFile)

public void Set(string appName, CacheFile file)

Parameters

appName string
file CacheFile