ChatParametrizedCacheWrapperTData, TParam Methods |
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.
|