set abstract method

void set(
  1. K key,
  2. V value
)

Stores value under key, applying this cache's eviction policy. Audited: 2026-06-12 11:26 EDT

Implementation

void set(K key, V value);