Generic key to value cache This class is threadsafe

Namespace:  EPiServer.Data.Cache
Assembly:  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

See Also