ChatIncrementalCacheWithCurrentStateWrapper TData, TPrimaryKey  Constructor Kentico 8.0 API Reference
Constructor. Inits inner ChatParametrizedCacheWrapper and ChatCurrentStateCacheWrapper

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

Parameters

key
Type: OnlineSystem String
Unique key
fetchAllDataFunc
Type: CMS.Chat FetchAllDataFunc TData 
Function to get all data (current state)
fetchChangedDataFunc
Type: CMS.Chat FetchChangedDataFunc TData 
Function to get changed data
maxDelay
Type: OnlineSystem TimeSpan
Cache persistence
See Also