clear method

void clear()

Clear the cache.

Implementation

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