clearAll method

void clearAll()

Clears the entire cache.

Implementation

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