|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LRUCache | |
|---|---|
| org.eclipse.jdt.internal.core | |
| org.eclipse.jdt.internal.core.util | |
| Uses of LRUCache in org.eclipse.jdt.internal.core |
|---|
| Subclasses of LRUCache in org.eclipse.jdt.internal.core | |
|---|---|
class |
BufferCache
An LRU cache of IBuffers. |
class |
ElementCache
An LRU cache of JavaElements. |
class |
OverflowingLRUCache
The OverflowingLRUCache is an LRUCache which attempts
to maintain a size equal or less than its fSpaceLimit
by removing the least recently used elements. |
class |
VerboseElementCache
|
| Fields in org.eclipse.jdt.internal.core declared as LRUCache | |
|---|---|
protected LRUCache |
JavaModelCache.jarTypeCache
|
LRUCache |
JavaModelManager.PerProjectInfo.javadocCache
|
| Methods in org.eclipse.jdt.internal.core that return LRUCache | |
|---|---|
protected LRUCache |
BufferCache.newInstance(int size,
int newOverflow)
Returns a new instance of the reciever. |
protected abstract LRUCache |
OverflowingLRUCache.newInstance(int size,
int newOverflow)
Returns a new instance of the reciever. |
protected LRUCache |
ElementCache.newInstance(int size,
int newOverflow)
|
| Uses of LRUCache in org.eclipse.jdt.internal.core.util |
|---|
| Methods in org.eclipse.jdt.internal.core.util that return LRUCache | |
|---|---|
protected LRUCache |
LRUCache.newInstance(int size)
Returns a new LRUCache instance |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||