clear static method

void clear()

Clears the cache.

Implementation

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