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.


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

cache

public final ICache cache
This is the auxiliary that will do the work.


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 -


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