clearCache method

void clearCache()

Clears the query cache.

Implementation

void clearCache() {
  cache.clear();
}