clearCache method

void clearCache()

Clear the cache.

Implementation

void clearCache() {
  _cache?.clear();
}