Click or drag to resize

cacheSystemremoveCache Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes chache file for instanceID, returns TRUE if file existed, FALSE if file never existed

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

Parameters

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

Return Value

Type: Boolean
See Also