Click or drag to resize

ControllerBaseGetFromCacheIfPresent Method (String, ControllerBaseActionWithResultListGuid, ControllerBaseCacheOptions)

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

Parameters

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

Return Value

Type: ListGuid
See Also