Click or drag to resize

EAPObjectCacheCacheObject Method

Adds an object to the cache. If an object with the same name already exists it is NOT replaced.

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

Parameters

key
Type: SystemString
The name of the object to cache
value
Type: SystemObject
The object to cache.
See Also