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