Click or drag to resize
ChatParametrizedCacheWrapperTData, TParam Methods
Methods
  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, 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.
Top
See Also