Click or drag to resize

cacheSystemremoveCacheAll Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes cache from specified directory

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

Parameters

directory
Type: folderNode
The directory.
customSubDirectory (Optional)
Type: SystemString
The custom sub directory.

Return Value

Type: Int32
See Also