Class SoftReferenceElementDescriptor<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>
 
org.apache.commons.jcs3.engine.memory.util.SoftReferenceElementDescriptor<K,V> 
- All Implemented Interfaces:
- Serializable
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- 
SoftReferenceElementDescriptorConstructs a usable MemoryElementDescriptor.- Parameters:
- ce-
 
 
- 
- 
Method Details- 
getCacheElementDescription copied from class:MemoryElementDescriptorGet the cache element- Overrides:
- getCacheElementin class- MemoryElementDescriptor<K,- V> 
- Returns:
- the ce
 
 
-