Overload List
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, Func TData, 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.
|
See Also