| 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
Syntaxpublic static void CacheObject(
	string key,
	Object value
)
Public Shared Sub CacheObject ( 
	key As String,
	value As Object
)
Parameters
- key
- Type: SystemString
 The name of the object to cache
- value
- Type: SystemObject
 The object to cache.
 See Also
See Also