 | 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
Syntaxpublic static bool removeCache(
string instanceID,
folderNode directory,
string customSubDirectory = ""
)
Request Example
View SourceParameters
- instanceID
- Type: SystemString
The instance identifier. - directory
- Type: folderNode
The directory. - customSubDirectory (Optional)
- Type: SystemString
Return Value
Type:
Boolean
See Also