operator [] abstract method

CacheEntry<K, V>? operator [](
  1. K key
)

Same as get

Implementation

CacheEntry<K, V>? operator [](K key);