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.disk The primary disk auxiliary. 
org.apache.jcs.auxiliary.disk.block   
org.apache.jcs.auxiliary.disk.file   
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jdbc   
org.apache.jcs.auxiliary.disk.jdbc.hsql   
org.apache.jcs.auxiliary.disk.jdbc.mysql   
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.http.client   
org.apache.jcs.auxiliary.remote.http.client.behavior   
org.apache.jcs.auxiliary.remote.http.server   
org.apache.jcs.auxiliary.remote.util   
org.apache.jcs.auxiliary.remote.value   
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.fifo   
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.engine.memory.util   
org.apache.jcs.utils.discovery   
org.apache.jcs.utils.serialization   
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs
ICompositeCacheAttributes
          This defines the minimla behavior for the Cache Configuration settings.
 

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
          This defines the minimla behavior for the Cache Configuration settings.
IElementAttributes
          Interface for cache element attributes classes.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.access.behavior
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICompositeCacheAttributes
          This defines the minimla behavior for the Cache Configuration settings.
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
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
 

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
          Interface implemented by a specific cache.
IElementAttributes
          Interface for cache element attributes classes.
IElementSerializer
          Defines the behavior for cache element serializers.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.block
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.file
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
 

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
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.jdbc
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.jdbc.hsql
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.disk.jdbc.mysql
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
 

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.
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
IShutdownObserver
          This interface is required of all shutdown observers.
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
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.
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
 

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.
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
IShutdownObserver
          This interface is required of all shutdown observers.
 

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.
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.
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
IShutdownObserver
          This interface is required of all shutdown observers.
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
ICache
          This is the top level interface for all cache like structures.
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
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
ICacheType
          Interface implemented by a specific cache.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.remote.http.client
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.
ICacheService
          Used to retrieve and update the cache.
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementSerializer
          Defines the behavior for cache element serializers.
IShutdownObserver
          This interface is required of all shutdown observers.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.remote.http.client.behavior
ICacheService
          Used to retrieve and update the cache.
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.remote.http.server
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheService
          Used to retrieve and update the cache.
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
 

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

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.auxiliary.remote.value
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine
ICache
          This is the top level interface for all cache like structures.
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheElementSerialized
          This interface defines the behavior of the serialized element wrapper.
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.
ICacheServiceNonLocal
          Used to retrieve and update non local caches, such as the remote and lateral caches.
ICompositeCacheAttributes
          This defines the minimla behavior for the Cache Configuration settings.
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.
ICacheService
          Used to retrieve and update the cache.
ICacheType
          Interface implemented by a specific cache.
ICompositeCacheAttributes
          This defines the minimla behavior for the Cache Configuration settings.
IElementAttributes
          Interface for cache element attributes classes.
IShutdownObserver
          This interface is required of all shutdown observers.
 

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
          Interface implemented by a specific cache.
ICompositeCacheAttributes
          This defines the minimla behavior for the Cache Configuration settings.
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IElementAttributes
          Interface for cache element attributes classes.
IShutdownObservable
          ShutdownObservers can observer ShutdownObservable objects.
IShutdownObserver
          This interface is required of all shutdown observers.
 

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
          This defines the minimla behavior for the Cache Configuration settings.
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.
ICompositeCacheAttributes
          This defines the minimla behavior for the Cache Configuration settings.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.engine.memory.fifo
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.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.shrinking
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.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.utils.discovery
ICompositeCacheManager
          I need the interface so I can plug in mock managers for testing.
IShutdownObserver
          This interface is required of all shutdown observers.
 

Classes in org.apache.jcs.engine.behavior used by org.apache.jcs.utils.serialization
ICacheElement
          Every item is the cache is wrapped in an ICacheElement.
ICacheElementSerialized
          This interface defines the behavior of the serialized element wrapper.
IElementSerializer
          Defines the behavior for cache element serializers.
 



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