ChatParametrizedCacheWrapperTData, TParam Class |
Namespace: CMS.Chat
public class ChatParametrizedCacheWrapper<TData, TParam> where TData : IChatIncrementalCacheable where TParam : IChatCacheableParam
The ChatParametrizedCacheWrapperTData, TParam type exposes the following members.
Name | Description | |
---|---|---|
ChatParametrizedCacheWrapperTData, TParam |
Constructor.
|
Name | Description | |
---|---|---|
GetData(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.
| |
GetData(TParam, FuncTData, Boolean) |
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.
|