Interface ICacheStorage<TKey>
- Namespace
- Dynamicweb.Caching
- Assembly
- Dynamicweb.Core.dll
Defines a storage that uses an object cache
Type Parameters
TKey
CacheKey unique accross cacheobjects in the storage
- Inherited Members
Methods
ClearCache(IEnumerable<TKey>)
Resets the specified keys to the default value for objects stored in the object cache
Parameters
keys
IEnumerable<TKey>Keys to reset
ClearCache(TKey)
Resets the specified key to the default value for objects stored in the object cache
Parameters
key
TKeyKey to reset