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

Packages that use org.apache.jcs.engine.behavior
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.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.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.behavior   
org.apache.jcs.auxiliary.remote.server   
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.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   
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs
ICompositeCacheAttributes
          Description of the Interface
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.access
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Inteface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.access.behavior
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Inteface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheType
          Inteface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.behavior
ICache
          This is the top level interface for all cache like structures.
ICacheManager
          Inteface implemented by a specific cache.
ICacheType
          Inteface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheEventQueue
          Interface for a cache event queue.
ICacheListener
          Used to receive a cache event notification.
ICacheType
          Inteface implemented by a specific cache.
IElementAttributes
          Inteface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.hsql
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheType
          Inteface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.hsql.behavior
ICacheElement
          Description of the Interface
ICacheService
          Used to retrieve and update the cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.indexed
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheType
          Inteface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.jisp
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheType
          Inteface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.jisp.behavior
ICacheElement
          Description of the Interface
ICacheService
          Used to retrieve and update the cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.lateral
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheEventQueue
          Interface for a cache event queue.
ICacheObserver
          Used to register interest in receiving cache changes.
ICacheRestore
          Description of the Interface
ICacheService
          Used to retrieve and update the cache.
ICacheType
          Inteface implemented by a specific cache.
IElementAttributes
          Inteface for cache element attributes classes.
IZombie
          Interface to mark an object as zombie for error recovery purposes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.lateral.behavior
ICacheElement
          Description of the Interface
ICacheListener
          Used to receive a cache event notification.
ICacheObserver
          Used to register interest in receiving cache changes.
ICacheService
          Used to retrieve and update the cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.lateral.socket.tcp
ICacheElement
          Description of the Interface
ICacheListener
          Used to receive a cache event notification.
ICacheObserver
          Used to register interest in receiving cache changes.
ICacheService
          Used to retrieve and update the cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.remote
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheEventQueue
          Interface for a cache event queue.
ICacheListener
          Used to receive a cache event notification.
ICacheObserver
          Used to register interest in receiving cache changes.
ICacheRestore
          Description of the Interface
ICacheService
          Used to retrieve and update the cache.
ICacheType
          Inteface implemented by a specific cache.
IElementAttributes
          Inteface for cache element attributes classes.
IZombie
          Interface to mark an object as zombie for error recovery purposes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.remote.behavior
ICacheElement
          Description of the Interface
ICacheListener
          Used to receive a cache event notification.
ICacheObserver
          Used to register interest in receiving cache changes.
ICacheService
          Used to retrieve and update the cache.
ICacheServiceAdmin
          Description of the Interface
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.remote.server
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheEventQueue
          Interface for a cache event queue.
ICacheListener
          Used to receive a cache event notification.
ICacheManager
          Inteface implemented by a specific cache.
ICacheObserver
          Used to register interest in receiving cache changes.
ICacheRestore
          Description of the Interface
ICacheService
          Used to retrieve and update the cache.
ICacheServiceAdmin
          Description of the Interface
ICacheType
          Inteface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine
IAttributes
          Description of the Interface
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheEventQueue
          Interface for a cache event queue.
ICacheListener
          Used to receive a cache event notification.
ICacheObserver
          Used to register interest in receiving cache changes.
ICacheService
          Used to retrieve and update the cache.
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Inteface for cache element attributes classes.
IZombie
          Interface to mark an object as zombie for error recovery purposes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.behavior
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheListener
          Used to receive a cache event notification.
ICacheType
          Inteface implemented by a specific cache.
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Inteface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.control
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Description of the Interface
ICacheType
          Inteface implemented by a specific cache.
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Inteface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory
ICacheElement
          Description of the Interface
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Inteface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory.behavior
ICacheElement
          Description of the Interface
ICacheType
          Inteface implemented by a specific cache.
ICompositeCacheAttributes
          Description of the Interface
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory.lru
ICacheElement
          Description of the Interface
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory.mru
ICacheElement
          Description of the Interface
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory.shrinking
ICacheElement
          Description of the Interface