Package com.intellij.util.containers
Class SLRUCache<K,V>
- java.lang.Object
-
- com.intellij.util.containers.SLRUMap<K,V>
-
- com.intellij.util.containers.SLRUCache<K,V>
-
public abstract class SLRUCache<K,V> extends SLRUMap<K,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SLRUCache(int protectedQueueSize, int probationalQueueSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract V
createValue(K key)
V
get(K key)
V
getIfCached(K key)
-
Methods inherited from class com.intellij.util.containers.SLRUMap
clear, entrySet, getStableKey, onDropFromCache, put, remove
-
-