remove abstract method
Removes the entry for the specified key
from the cache, if it exists.
Returns the value that was removed, or null
if the key was not present.
Implementation
Future<V?> remove(K key);
Removes the entry for the specified key
from the cache, if it exists.
Returns the value that was removed, or null
if the key was not present.
Future<V?> remove(K key);