ChatIncrementalCacheWithCurrentStateWrapperTData, TPrimaryKeyGetLatestData Method |
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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax public ICacheWrapperResponse<TData> GetLatestData(
DateTime changedSince
)
Parameters
- changedSince
- Type: SystemDateTime
Data changed after this time will be returned.
Return Value
Type:
ICacheWrapperResponseTDataSee Also