ControllerBaseGetFromCacheIfPresentT Method (String, ControllerBaseActionWithResultListT, ControllerBaseCacheOptions) |
Namespace: Omada.OE.AppLogic
public List<T> GetFromCacheIfPresent<T>( string cacheKey, ControllerBaseActionWithResult<List<T>> action, ControllerBaseCacheOptions options = null ) where T : ICloneable