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 protectedSLRUCache(int protectedQueueSize, int probationalQueueSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract VcreateValue(K key)Vget(K key)VgetIfCached(K key)-
Methods inherited from class com.intellij.util.containers.SLRUMap
clear, entrySet, getStableKey, onDropFromCache, put, remove
-
-