invalidate abstract method

Future<void> invalidate(
  1. K key
)

Removes the value associated with key. The Future completes when the operation is complete.

Implementation

Future<void> invalidate(K key);