Click or drag to resize
ChatCurrentStateCacheWrapperTData, TKeyGetDataFromCache Method
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: 9.0.0
Syntax
C#
protected virtual ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperData<TKey, TData> GetDataFromCache()

Return Value

Type: ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKey, TData
Data from cache
See Also