@Deprecated
public class ConcurrentLFUCache<K,V>
extends Object
Constructor and Description |
---|
ConcurrentLFUCache(int maxSize)
Deprecated.
|
ConcurrentLFUCache(int maxSize,
float loadFactor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
long |
evictCount()
Deprecated.
|
int |
expectedSize()
Deprecated.
|
V |
get(K key)
Deprecated.
|
long |
hitCount()
Deprecated.
|
int |
maxSize()
Deprecated.
|
long |
missCount()
Deprecated.
|
protected void |
onRemove(K key,
V value)
Deprecated.
|
void |
put(K key,
V value)
Deprecated.
|
long |
putCount()
Deprecated.
|
int |
size()
Deprecated.
|
String |
toString()
Deprecated.
|
public ConcurrentLFUCache(int maxSize)
public ConcurrentLFUCache(int maxSize, float loadFactor)
public void clear()
public long evictCount()
public int expectedSize()
public long hitCount()
public int maxSize()
public long missCount()
public long putCount()
public int size()
public String toString()
toString
in class Object