clearCache method

void clearCache()

Removes all cached keys.

Implementation

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