Click or drag to resize
IChatCacheableWithCurrentStateTKey Interface
Items cached in CurrentStateCache has to implement this interface.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public interface IChatCacheableWithCurrentState<TKey> : IChatIncrementalCacheable

Type Parameters

TKey
Type of key of this item. Unique representation of one object.

The IChatCacheableWithCurrentStateTKey type exposes the following members.

Properties
  NameDescription
Public propertyChangeTime
Change time of this object.
(Inherited from IChatIncrementalCacheable.)
Public propertyChangeType
Type of change. If it is set to Modify, item with this PK will be added/modified in current state cache.
Public propertyPK
Primary key of this item.
Top
See Also