Click or drag to resize

ControllerBaseGetFromCacheIfPresent Method (String, ControllerBaseActionWithResultGuid, ControllerBaseCacheOptions)

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

Parameters

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

Return Value

Type: Guid
See Also