Click or drag to resize

cacheSimpleBaseTloadObjectCacheOrNew Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the cached instance or creates new object

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public T loadObjectCacheOrNew(
	string instanceID
)
Request Example View Source

Parameters

instanceID
Type: SystemString
The instance identifier.

Return Value

Type: T
See Also