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.javagroups   
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.lateral.behavior   
org.apache.jcs.auxiliary.lateral.javagroups   
org.apache.jcs.auxiliary.lateral.javagroups.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.util   
 

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
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Interface 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
          Interface 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
          Every item is the cache is wrapped in an ICacheElement.
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
          Every item is the cache is wrapped in an ICacheElement.
ICacheEventQueue
          Interface for a cache event queue.
ICacheType
          Inteface implemented by a specific cache.
IElementAttributes
          Interface 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
          Every item is the cache is wrapped in an ICacheElement.
ICacheType
          Inteface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.hsql.behavior
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
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
          Every item is the cache is wrapped in an ICacheElement.
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
          Every item is the cache is wrapped in an ICacheElement.
ICacheType
          Inteface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.jisp.behavior
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheService
          Used to retrieve and update the cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.javagroups
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheType
          Inteface implemented by a specific 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
          Every item is the cache is wrapped in an ICacheElement.
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.
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
          Every item is the cache is wrapped in an ICacheElement.
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.javagroups
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
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.javagroups.behavior
ICacheListener
          Used to receive a cache event notification.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.lateral.socket.tcp
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
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
          Every item is the cache is wrapped in an ICacheElement.
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
          Interface 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
          Every item is the cache is wrapped in an ICacheElement.
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
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
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.engine
IAttributes
          Description of the Interface
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
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
          Interface 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
          Every item is the cache is wrapped in an ICacheElement.
ICacheListener
          Used to receive a cache event notification.
ICacheType
          Inteface implemented by a specific cache.
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Interface 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
          Every item is the cache is wrapped in an ICacheElement.
ICacheType
          Inteface implemented by a specific cache.
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Interface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICompositeCacheAttributes
          Description of the Interface
IElementAttributes
          Interface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory.behavior
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
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
          Every item is the cache is wrapped in an ICacheElement.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory.mru
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory.util
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
 



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