Click or drag to resize

cacheSimpleBaseTsaveObjectCache Method (T)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the object cache.

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

Parameters

instance
Type: T
The instance.

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptionsaveObjectCache(T instance) failed because automatic instanceID extraction failed - instanceID
See Also