clear method

void clear()

Removes all entries from the cache.

After this, the cache is empty.

Implementation

void clear() => _cache.clear();