Uses of Package
org.apache.jcs.engine.control

Packages that use org.apache.jcs.engine.control
org.apache.jcs Contains the class JCS which provides a simple interface for clients to use JCS. 
org.apache.jcs.access Contains classes for accessing the cache. 
org.apache.jcs.access.monitor   
org.apache.jcs.admin   
org.apache.jcs.auxiliary Root package for auxiliary caches. 
org.apache.jcs.auxiliary.disk.hsql A disk cache using Hypersonic SQL to serialize the contained objects. 
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jisp Disk cache implemented with the Java Indexed Serialization Package, which allows serialization of objects to B-Tree indexed tables on disk. 
org.apache.jcs.auxiliary.javagroups   
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.lateral.javagroups   
org.apache.jcs.auxiliary.lateral.socket.tcp   
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.server   
org.apache.jcs.engine.control The primary cache classes and the hub. 
org.apache.jcs.engine.memory Parent package for memory type plugins. 
org.apache.jcs.engine.memory.behavior   
org.apache.jcs.engine.memory.lru The primary memory plugin using a 'least recently used' removal policy. 
org.apache.jcs.engine.memory.mru A memory plugin implemented using a 'most recently used' removal policy. 
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.access
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.access.monitor
CompositeCacheManager
          Manages a composite cache.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.admin
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.disk.hsql
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.disk.indexed
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.disk.jisp
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.javagroups
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.lateral
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.lateral.javagroups
CompositeCache
          This is the primary hub for a single cache/region.
CompositeCacheManager
          Manages a composite cache.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.lateral.socket.tcp
CompositeCache
          This is the primary hub for a single cache/region.
CompositeCacheManager
          Manages a composite cache.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.remote
CompositeCache
          This is the primary hub for a single cache/region.
CompositeCacheManager
          Manages a composite cache.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.auxiliary.remote.server
CompositeCacheManager
          Manages a composite cache.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.engine.control
CompositeCache
          This is the primary hub for a single cache/region.
CompositeCacheManager
          Manages a composite cache.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.engine.memory
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.engine.memory.behavior
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.engine.memory.lru
CompositeCache
          This is the primary hub for a single cache/region.
 

Classes in org.apache.jcs.engine.control used by org.apache.jcs.engine.memory.mru
CompositeCache
          This is the primary hub for a single cache/region.
 



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