|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemoryElementDescriptor | |
org.apache.jcs.engine.memory.lru | The primary memory plugin using a 'least recently used' removal policy. |
Uses of MemoryElementDescriptor in org.apache.jcs.engine.memory.lru |
Fields in org.apache.jcs.engine.memory.lru declared as MemoryElementDescriptor | |
MemoryElementDescriptor |
MemoryElementDescriptor.prev
Description of the Field |
MemoryElementDescriptor |
MemoryElementDescriptor.next
Description of the Field |
private MemoryElementDescriptor |
LRUMemoryCache.first
|
private MemoryElementDescriptor |
LRUMemoryCache.last
|
Methods in org.apache.jcs.engine.memory.lru with parameters of type MemoryElementDescriptor | |
private void |
LRUMemoryCache.removeNode(MemoryElementDescriptor me)
Removes the specified node from the link list. |
void |
LRUMemoryCache.makeFirst(MemoryElementDescriptor me)
Moves an existing node to the start of the link list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |