Click or drag to resize

cacheSimpleBaseTsaveObjectCache Method (String, T)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the object cache and returns cache file full path

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

Parameters

instanceID
Type: SystemString
The instance identifier.
instance
Type: T
The instance.

Return Value

Type: String
See Also