org.apache.jcs.engine.memory.util
Class MemoryElementDescriptor
java.lang.Object
org.apache.jcs.utils.struct.DoubleLinkedListNode
org.apache.jcs.engine.memory.util.MemoryElementDescriptor
- All Implemented Interfaces:
- Serializable
public class MemoryElementDescriptor
- extends DoubleLinkedListNode
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 ce
- The CacheElement wrapped by this descriptor
MemoryElementDescriptor
public MemoryElementDescriptor(ICacheElement ce)
- Constructs a usable MemoryElementDescriptor.
- Parameters:
ce
-
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.