|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.util.SoftLRUCache<K,V>
public class SoftLRUCache<K,V>
Least recently used cache using SoftReferences.
| Constructor Summary | |
|---|---|
SoftLRUCache(int aInitialSize)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
V |
get(K aKey)
|
V |
put(K aKey,
V aValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoftLRUCache(int aInitialSize)
| Method Detail |
|---|
public V get(K aKey)
public V put(K aKey,
V aValue)
public void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||