 | 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
Syntaxpublic static string saveObjectCache(
string instanceID,
Object source,
folderNode directory,
string customSubDirectory = ""
)
Request Example
View SourceParameters
- 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