org.apache.jcs.engine
Class CacheEventQueue.Node

java.lang.Object
  extended byorg.apache.jcs.engine.CacheEventQueue.Node
Enclosing class:
CacheEventQueue

private static class CacheEventQueue.Node
extends java.lang.Object


Field Summary
(package private)  CacheEventQueue.AbstractCacheEvent event
           
(package private)  CacheEventQueue.Node next
           
 
Constructor Summary
private CacheEventQueue.Node()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

CacheEventQueue.Node next

event

CacheEventQueue.AbstractCacheEvent event
Constructor Detail

CacheEventQueue.Node

private CacheEventQueue.Node()