purgeAll static method

void purgeAll()

Purges all query cache entries immediately.

Implementation

static void purgeAll() {
  BloomData.clear();
}