Class ShadeService
- Namespace
- Dynamicweb.Content.Items
- Assembly
- Dynamicweb.dll
public class ShadeService : ICacheStorage<int, IDictionary<string, string>>, ICacheStorage<int>, ICacheStorage
- Inheritance
-
Shade
Service
- Implements
- Inherited Members
Methods
ClearCache()
Resets all keys to the default value for objects stored in the object cache
ClearCache(IEnumerable<int>)
Resets the specified keys to the default value for objects stored in the object cache
Parameters
keys
IEnumerable<int>Keys to reset
ClearCache(int)
Resets the specified key to the default value for objects stored in the object cache
Parameters
key
intKey to reset
GetCache(IEnumerable<int>)
Parameters
keys
IEnumerable<int>
Returns
GetCache(int)
Parameters
key
int