clear method

  1. @override
void clear()
inherited

remove all the entry inside the cache

Implementation

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