clear method

void clear()

remove all the entry inside the cache

Implementation

void clear() => _internalStorage.clear();