org.apache.jcs.engine.memory.util
Class MemoryElementDescriptor<K extends Serializable,V extends Serializable>
java.lang.Object
org.apache.jcs.utils.struct.DoubleLinkedListNode<ICacheElement<K,V>>
org.apache.jcs.engine.memory.util.MemoryElementDescriptor<K,V>
- All Implemented Interfaces:
- Serializable
public class MemoryElementDescriptor<K extends Serializable,V extends Serializable>
- extends DoubleLinkedListNode<ICacheElement<K,V>>
This wrapper is needed for double linked lists.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ce
public ICacheElement<K extends Serializable,V extends Serializable> ce
- The CacheElement wrapped by this descriptor
MemoryElementDescriptor
public MemoryElementDescriptor(ICacheElement<K,V> ce)
- Constructs a usable MemoryElementDescriptor.
- Parameters:
ce -
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.