clear method

void clear()

Evicts all entries from the cache.

This is useful if, for instance, the root asset bundle has been updated and therefore new images must be obtained.

Implementation

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