ChatCacheDictionaryWrapper TKey, TValue  Constructor Kentico 8.0 API Reference
Constructs cache dictionary wrapper.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

uniqueKey
Type: OnlineSystem String
Unique key for caching
fetchDataFunc
Type: OnlineSystem Func TKey, TValue 
Function used to get one item by its key
cachePersistence
Type: OnlineSystem Nullable OnlineTimeSpan 
Item in cache will stay in cache for the amount of time specified by this parameter. Then it will be renewed by calling fetchDataFunc. (not used if null).
slidingExpiration
Type: OnlineSystem Nullable OnlineTimeSpan 
Item will stay in cache as long as it is accessed once in that time. (not used if null)
See Also