invalidate abstract method
Removes the value associated with key
. The Future completes when the
operation is complete.
Implementation
Future<void> invalidate(K key);
Removes the value associated with key
. The Future completes when the
operation is complete.
Future<void> invalidate(K key);