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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
ICacheWrapperResponseTDataSee Also