ChatIncrementalCacheWithCurrentStateWrapper TData, TPrimaryKey  GetLatestData Method Kentico 8.0 API Reference
Gets data from cache (if item in cache with key made from changedSince exists). Otherwise it gets items from fetchChangedDataFunc. This function returns only data changed after changedSince. Null is returned if nothing was found.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

changedSince
Type: OnlineSystem DateTime
Data changed after this time will be returned.

Return Value

Type: ICacheWrapperResponse TData 
See Also