clear method

void clear()

Clears cache.

Implementation

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