org.apache.jcs.engine
Class CacheDescriptor

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

public class CacheDescriptor
extends java.lang.Object

Used to associates a list of cache event queues for a cache.

Author:
asmuts

Field Summary
 ICache cache
          Description of the Field
 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

cache

public final ICache cache
Description of the Field


eventQMap

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

Constructor Detail

CacheDescriptor

public CacheDescriptor(ICache cache)
Constructor for the CacheDescriptor object

Parameters:
cache -