Click or drag to resize

EAPObjectCacheGetCachedObject Method

Returns the object cached by the key. If the object does not exist the return value is null

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Object GetCachedObject(
	string key
)

Parameters

key
Type: SystemString
The name of the cached item

Return Value

Type: Object
The cached object or null if the object does not exist in the cache
See Also