Click or drag to resize

WebPageCacheControllerGetFromCache Method

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string GetFromCache(
	string key,
	bool remove
)

Parameters

key
Type: SystemString
remove
Type: SystemBoolean

Return Value

Type: String

Implements

ICacheGetFromCache(String, Boolean)
See Also