invalidate method

Future<Null> invalidate (K key)

Implementation

Future<Null> invalidate(K key) async {
  _cache.remove(key);
}