clear method

void clear()

Clears all cached previews

Implementation

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