Table of Contents

Class AppDataPersistentCache

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

Constructors

AppDataPersistentCache(string)

public AppDataPersistentCache(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