Class AppDataCacheStore
public sealed class AppDataCacheStore : ICacheStore
- Inheritance
-
AppDataCacheStore
- Implements
- Inherited Members
Constructors
AppDataCacheStore(string)
public AppDataCacheStore(string filename = "{0}.theCache")
Parameters
filenamestring
Methods
Clear(string)
public void Clear(string appName)
Parameters
appNamestring
Get(string)
public CacheFile Get(string appName)
Parameters
appNamestring
Returns
Set(string, CacheFile)
public void Set(string appName, CacheFile file)