clear method

void clear()

Clears all cached values

Implementation

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