clear method

  1. @override
void clear()
override

Clears all values from the cache

Implementation

@override
void clear() => stash.clear();