Click or drag to resize
ChatCacheDictionaryWrapperTKey, TValue Class
This class stores cached objects in dictionary and allows to get/invalidate them individually.
Inheritance Hierarchy
SystemObject
  CMS.ChatChatCacheDictionaryWrapperTKey, TValue

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public class ChatCacheDictionaryWrapper<TKey, TValue>

Type Parameters

TKey
Key type
TValue
Value type

The ChatCacheDictionaryWrapperTKey, TValue type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetItem
Gets item from cache.
Public methodInvalidateAll
Invalidates all items.
Public methodInvalidateItem
Invalidates one item.
Top
See Also