Class MemoryElementDescriptor<K,V> 
java.lang.Object
org.apache.commons.jcs3.utils.struct.DoubleLinkedListNode<ICacheElement<K,V>>
 
org.apache.commons.jcs3.engine.memory.util.MemoryElementDescriptor<K,V> 
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SoftReferenceElementDescriptor
This wrapper is needed for double linked lists.
- See Also:
- 
Field SummaryFields inherited from class org.apache.commons.jcs3.utils.struct.DoubleLinkedListNodenext, prev
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a usable MemoryElementDescriptor.
- 
Method SummaryMethods inherited from class org.apache.commons.jcs3.utils.struct.DoubleLinkedListNodegetPayload
- 
Constructor Details- 
MemoryElementDescriptorConstructs a usable MemoryElementDescriptor.- Parameters:
- ce-
 
 
- 
- 
Method Details- 
getCacheElementGet the cache element- Returns:
- the ce
 
 
-