Generic key to value cache
This class is threadsafe
Namespace:
EPiServer.Data.CacheAssembly: EPiServer.Data (in EPiServer.Data.dll) Version: 6.0.318.113
Syntax
| C# |
|---|
public class LocalCache<TKey, TValue> : IDisposable |
| Visual Basic (Declaration) |
|---|
Public Class LocalCache(Of TKey, TValue) _ Implements IDisposable |
| Visual C++ |
|---|
generic<typename TKey, typename TValue> public ref class LocalCache : IDisposable |
Type Parameters
- TKey
- The type of key to access the cache
- TValue
- The type of value to store in the cache
Inheritance Hierarchy
System..::.Object
EPiServer.Data.Cache..::.LocalCache<(Of <(TKey, TValue>)>)
EPiServer.Data.Cache..::.ReplicatedCache<(Of <(TValue>)>)
EPiServer.Data.Dynamic..::.GlobalStoreDefinitionParametersMap
EPiServer.Data.Dynamic..::.GlobalTypeHandlers
EPiServer.Data.Dynamic..::.GlobalTypeToStoreMap
EPiServer.Data.Cache..::.LocalCache<(Of <(TKey, TValue>)>)
EPiServer.Data.Cache..::.ReplicatedCache<(Of <(TValue>)>)
EPiServer.Data.Dynamic..::.GlobalStoreDefinitionParametersMap
EPiServer.Data.Dynamic..::.GlobalTypeHandlers
EPiServer.Data.Dynamic..::.GlobalTypeToStoreMap