operator []= abstract method

void operator []=(
  1. K key,
  2. CacheEntry<K, V> value
)

Implementation

void operator []=(K key, CacheEntry<K, V> value);