clear static method

void clear()

Removes all entries from the _cache.

Implementation

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