Click or drag to resize

cacheSystemsaveObjectCache Method

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

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string saveObjectCache(
	string instanceID,
	Object source,
	folderNode directory,
	string customSubDirectory = ""
)
Request Example View Source

Parameters

instanceID
Type: SystemString
The instance identifier.
source
Type: SystemObject
The source.
directory
Type: folderNode
The directory.
customSubDirectory (Optional)
Type: SystemString

Return Value

Type: String
See Also