clear method

void clear()

Clears the cache.

Implementation

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