clearCacheData

Clears documents from the application cache that have a cache ID that contains the given idString.

Syntax

clearCacheData(idString);

Parameters

  • idString - (String) Identifies the application cache. This is typically the ID of the object whose cache data is to be removed.

Returns

none