Click or drag to resize
ICacheWrapperResponseTData Interface
This interface is returned from Chat cache wrappers when collection of items and its last modification time are needed.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public interface ICacheWrapperResponse<TData>

Type Parameters

TData
Type of one item in collection

The ICacheWrapperResponseTData type exposes the following members.

Properties
  NameDescription
Public propertyItems
Collection of items.
Public propertyLastChange
DateTime of last modification time of Items.
Top
See Also