Click or drag to resize

ControllerBaseGetFromCacheIfPresentT Method (String, ControllerBaseActionWithResultListT, ControllerBaseCacheOptions)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<T> GetFromCacheIfPresent<T>(
	string cacheKey,
	ControllerBaseActionWithResult<List<T>> action,
	ControllerBaseCacheOptions options = null
)
where T : ICloneable

Parameters

cacheKey
Type: SystemString
action
Type: Omada.OE.AppLogicControllerBaseActionWithResultListT
options (Optional)
Type: Omada.OE.AppLogicControllerBaseCacheOptions

Type Parameters

T

Return Value

Type: ListT
See Also