|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.engine.memory.lru.MemoryElementDescriptor
needed for memory cache element LRU linked lisk
Field Summary | |
ICacheElement |
ce
Description of the Field |
MemoryElementDescriptor |
next
Description of the Field |
MemoryElementDescriptor |
prev
Description of the Field |
Constructor Summary | |
MemoryElementDescriptor(ICacheElement ce)
Constructor for the MemoryElementDescriptor object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public MemoryElementDescriptor prev
public MemoryElementDescriptor next
public ICacheElement ce
Constructor Detail |
public MemoryElementDescriptor(ICacheElement ce)
ce
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |