|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.core.util.LRUCache
org.eclipse.jdt.internal.core.OverflowingLRUCache
org.eclipse.jdt.internal.core.ElementCache
org.eclipse.jdt.internal.core.VerboseElementCache
public class VerboseElementCache
| Constructor Summary | |
|---|---|
VerboseElementCache(int size,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Sets the value in the cache at the given key. |
| Methods inherited from class org.eclipse.jdt.internal.core.OverflowingLRUCache |
|---|
clone, elements, fillingRatio, getEntryTable, getLoadFactor, getOverflow, printStats, remove, setLoadFactor, setSpaceLimit, shrink, toString |
| Methods inherited from class org.eclipse.jdt.internal.core.util.LRUCache |
|---|
flush, flush, get, getCurrentSpace, getKey, getSpaceLimit, keys, keysAndValues, peek, removeKey, toStringFillingRation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VerboseElementCache(int size,
java.lang.String name)
| Method Detail |
|---|
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
OverflowingLRUCache
put in class OverflowingLRUCachekey - Key of object to add.value - Value of object to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||