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()
public void Clear()
Get()
public CacheFile Get()
Returns
Set(CacheFile)
public void Set(CacheFile file)
Parameters
fileCacheFile