expireAll method

void expireAll()

Clears the entire cache, removing all cached values.

Implementation

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