clearAll method

void clearAll()

Clear all cache data

Implementation

void clearAll() {
  _cacheInstance.clear();
  _keyTags.clear();
}