invalidate method

void invalidate(
  1. K key
)

Removes the entry for key, if any.

Implementation

void invalidate(K key) => _store.remove(key);