ChatParametrizedCacheWrapper TData, TParam  GetData Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodGetData(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.
Public methodGetData(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.
Back to Top
See Also