clearCache method

void clearCache()
inherited

Clear the cache.

Implementation

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