set abstract method

Storage set(
  1. K key,
  2. CacheEntry<K, V> value
)

Implementation

Storage set(K key, CacheEntry<K, V> value);