org.apache.jcs.engine
Class CacheListeners

java.lang.Object
  extended byorg.apache.jcs.engine.CacheListeners

public class CacheListeners
extends java.lang.Object

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


Field Summary
 ICache cache
          Description of the Field
 java.util.Map eventQMap
          Description of the Field
 
Constructor Summary
CacheListeners(ICache cache)
          Constructs with the given cache.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

public final ICache cache
Description of the Field


eventQMap

public final java.util.Map eventQMap
Description of the Field

Constructor Detail

CacheListeners

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

Parameters:
cache -


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