clearCache method

void clearCache()

Implementation

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