| ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Chat
 Syntax
Syntaxprotected class CurrentStateCacheWrapperData<TKeyInner, TDataInner> : ICacheWrapperResponse<TDataInner>
The ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner generic type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner | 
 Properties
Properties| 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.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | SetLastChangeIfGreater | 
            Sets LastChange to the value passed in parameter if this parameter is greater than current LastChange.
             | 
 See Also
See Also