clearAllCache

Syntax

clearAllCache()

Arguments

None

Details

Clear the following cached data:

  • the data of partitioned tables that has been loaded into memory

  • the intermediate results of the map-reduce tasks in distributed computing

Examples

$ clearAllCache();