Packages
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.behavior  
org.apache.jcs.access.exception  
org.apache.jcs.access.monitor  
org.apache.jcs.admin.servlet  
org.apache.jcs.auxiliary Root package for auxiliary caches.
org.apache.jcs.auxiliary.behavior Auxilliary cache interfaces.
org.apache.jcs.auxiliary.disk The primary disk auxiliary.
org.apache.jcs.auxiliary.disk.hsql A disk cache using Hypersonic SQL to serialize the contained objects.
org.apache.jcs.auxiliary.disk.hsql.behavior  
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.disk.jisp.behavior  
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family.
org.apache.jcs.auxiliary.lateral.behavior  
org.apache.jcs.auxiliary.lateral.socket.tcp  
org.apache.jcs.auxiliary.lateral.socket.tcp.utils  
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache.
org.apache.jcs.auxiliary.remote.behavior  
org.apache.jcs.auxiliary.remote.server  
org.apache.jcs.auxiliary.remote.server.behavior  
org.apache.jcs.config This package contains utility classes that are used when configuring the cache.
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches.
org.apache.jcs.engine.behavior Interfaces used by the core and the auxiliary caches.
org.apache.jcs.engine.control The primary cache classes and the hub.
org.apache.jcs.engine.control.event  
org.apache.jcs.engine.control.event.behavior  
org.apache.jcs.engine.control.group  
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.
org.apache.jcs.engine.memory.shrinking  
org.apache.jcs.utils.config  
org.apache.jcs.utils.data  
org.apache.jcs.utils.locking  
org.apache.jcs.utils.servlet  
org.apache.jcs.utils.servlet.session  
org.apache.jcs.utils.threads