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()

public void Clear()

Get()

public CacheFile Get()

Returns

CacheFile

Set(CacheFile)

public void Set(CacheFile file)

Parameters

file CacheFile