org.apache.jcs.engine.memory.lru
Class MemoryElementDescriptor

java.lang.Object
  extended byorg.apache.jcs.engine.memory.lru.MemoryElementDescriptor
All Implemented Interfaces:
java.io.Serializable

class MemoryElementDescriptor
extends java.lang.Object
implements java.io.Serializable

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

prev

public MemoryElementDescriptor prev
Description of the Field


next

public MemoryElementDescriptor next
Description of the Field


ce

public ICacheElement ce
Description of the Field

Constructor Detail

MemoryElementDescriptor

public MemoryElementDescriptor(ICacheElement ce)
Constructor for the MemoryElementDescriptor object

Parameters:
ce -