Click or drag to resize
ChatParametrizedCacheWrapperTData, TParamGetData Method (TParam)
Gets data from cache (if item in cache with key made from param exists) or from function FetchDataFunc. Post cache filter is applied to data after taking it from cache. Null is returned if nothing was found.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ICacheWrapperResponse<TData> GetData(
	TParam param
)

Parameters

param
Type: TParam
Parameter - data will be stored to (and retrieved from) cache based on this parameter.

Return Value

Type: ICacheWrapperResponseTData
See Also