ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner Class |
Namespace: CMS.Chat
protected class CurrentStateCacheWrapperData<TKeyInner, TDataInner> : ICacheWrapperResponse<TDataInner>
The ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner |
Name | Description | |
---|---|---|
![]() | Dictionary |
Dictionary of items.
|
![]() | IsLoaded |
Returns true if current state has been already loaded.
|
![]() | Items |
Values in this dictionary (implementation of ICacheWrapperResponse's property). User is interested in this value.
|
![]() | LastChange |
Last change of data in this container.
|
Name | Description | |
---|---|---|
![]() | SetLastChangeIfGreater |
Sets LastChange to the value passed in parameter if this parameter is greater than current LastChange.
|