LfuCacheEntry<K, V> constructor

LfuCacheEntry<K, V>(
  1. K key,
  2. V? value
)

Implementation

LfuCacheEntry(K key, V? value) : super(key, value);