purgeAll method

void purgeAll()

Implementation

void purgeAll() {
  _cache.clear();
}