public class SoftHardCacheMap<K,V> extends java.lang.Object
SoftHardCacheMap(int protectedQueueSize, int probationalQueueSize)
void
clear()
V
get(K key)
put(K key, V value)
boolean
remove(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SoftHardCacheMap(int protectedQueueSize, int probationalQueueSize)
public V get(K key)
public void put(K key, V value)
public boolean remove(K key)
public void clear()
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.