org.apache.jcs.engine
Class CacheListeners

java.lang.Object
  extended by org.apache.jcs.engine.CacheListeners

public class CacheListeners
extends Object

Used to associates a set of [cache listener to cache event queue] for a cache.


Field Summary
 ICache cache
          The cache using the queue.
 Map eventQMap
          Map ICacheListener to ICacheEventQueue
 
Constructor Summary
CacheListeners(ICache cache)
          Constructs with the given cache.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cache

public final ICache cache
The cache using the queue.


eventQMap

public final Map eventQMap
Map ICacheListener to ICacheEventQueue

Constructor Detail

CacheListeners

public CacheListeners(ICache cache)
Constructs with the given cache.

Parameters:
cache -
Method Detail

toString

public String toString()
Overrides:
toString in class Object
Returns:
info on the listeners


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.