|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.engine.CacheDescriptor
Used to associates a list of cache event queues for a cache.
Field Summary | |
ICache |
cache
This is the auxiliary that will do the work. |
java.util.Map |
eventQMap
Description of the Field |
Constructor Summary | |
CacheDescriptor(ICache cache)
Constructor for the CacheDescriptor object |
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 CacheDescriptor(ICache cache)
cache
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |