Interface ICacheStore
Persists one CacheFile per application: appName includes the environment name outside production, so environments keep separate caches.
public interface ICacheStore
Methods
Clear(string)
void Clear(string appName)
Parameters
appNamestring
Get(string)
CacheFile Get(string appName)
Parameters
appNamestring
Returns
Set(string, CacheFile)
void Set(string appName, CacheFile file)