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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Return Value
Type: ChatCurrentStateCacheWrapper TData, TKey CurrentStateCacheWrapperData TKey, TDataData from cache
See Also