Click or drag to resize

cacheSimpleBaseTloadObjectCacheAndMeta Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the object cache and meta returns all meta information

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public cacheResponseForType<T> loadObjectCacheAndMeta(
	string instanceID,
	bool createNewIfNotFound = false
)
Request Example View Source

Parameters

instanceID
Type: SystemString
The instance identifier.
createNewIfNotFound (Optional)
Type: SystemBoolean
if set to true [create new if not found].

Return Value

Type: cacheResponseForTypeT
See Also