ChatCurrentStateCacheWrapper TData, TKey  GetDataFromCache Method Kentico 8.0 API Reference
Gets data (CurrentStateCacheWrapperData) from classic CMS Cache. If data are not present, the new empty object is created and immediately inserted into cache. Only this method should be used to get data from Cache, because it is thread safe.

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

Return Value

Type: ChatCurrentStateCacheWrapper TData, TKey  CurrentStateCacheWrapperData TKey, TData 
Data from cache
See Also