Click or drag to resize
ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner Class
Internal representation of data stored in ChatCurrentStateCacheWrapper. It contains dictionary of TData indexed by TKey.
Inheritance Hierarchy
SystemObject
  CMS.ChatChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected class CurrentStateCacheWrapperData<TKeyInner, TDataInner> : ICacheWrapperResponse<TDataInner>

Type Parameters

TKeyInner
Type of key in a dictionary
TDataInner
Type of item in a dictionary

The ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInner generic type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDictionary
Dictionary of items.
Public propertyIsLoaded
Returns true if current state has been already loaded.
Public propertyItems
Values in this dictionary (implementation of ICacheWrapperResponse's property). User is interested in this value.
Public propertyLastChange
Last change of data in this container.
Top
Methods
  NameDescription
Public methodSetLastChangeIfGreater
Sets LastChange to the value passed in parameter if this parameter is greater than current LastChange.
Top
See Also