getValue method

V? getValue(
  1. K key
)

Implementation

V? getValue(K key) => _cache[key];