Click or drag to resize

cacheSimpleBaseremoveCache Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the cache for instance - if exists. TRUE if cache file existed

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

Parameters

instanceID
Type: SystemString
The instance identifier.

Return Value

Type: Boolean
See Also