|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jcs.engine.CacheListeners
public class CacheListeners
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
Map ICacheListener to ICacheEventQueue |
| Constructor Summary | |
|---|---|
CacheListeners(ICache cache)
Constructs with the given cache. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final ICache cache
public final java.util.Map eventQMap
| Constructor Detail |
|---|
public CacheListeners(ICache cache)
cache -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||