Package org.apache.jcs.engine

Interfaces used by the core and the auxiliary caches.

See:
          Description

Interface Summary
CacheConstants Constants used throughout the JCS cache engine
 

Class Summary
AbstractCacheEventQueue<K extends Serializable,V extends Serializable> An abstract base class to the different implementations
AbstractCacheEventQueue.Node The queue is composed of nodes.
CacheAdaptor<K extends Serializable,V extends Serializable> Used for Cache-to-Cache messaging purposes.
CacheElement<K extends Serializable,V extends Serializable> Generic element wrapper.
CacheElementSerialized<K extends Serializable,V extends Serializable> Either serialized value or the value should be null;
CacheEventQueue<K extends Serializable,V extends Serializable> An event queue is used to propagate ordered cache events to one and only one target listener.
CacheEventQueueFactory<K extends Serializable,V extends Serializable> This class hands out event Queues.
CacheGroup Holder for attributes specific to a group.
CacheInfo This is a static variable holder for the distribution auxiliaries that need something like a vmid.
CacheListeners<K extends Serializable,V extends Serializable> Used to associates a set of [cache listener to cache event queue] for a cache.
CacheWatchRepairable Intercepts the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes.
CompositeCacheAttributes The CompositeCacheAttributes defines the general cache region settings.
ElementAttributes This it the element attribute descriptor class.
PooledCacheEventQueue<K extends Serializable,V extends Serializable> An event queue is used to propagate ordered cache events to one and only one target listener.
ZombieCacheService<K extends Serializable,V extends Serializable> Zombie adapter for any cache service.
ZombieCacheServiceNonLocal<K extends Serializable,V extends Serializable> Zombie adapter for the non local cache services.
ZombieCacheServiceNonLocal.ZombieEvent Base of the other events.
ZombieCacheWatch Zombie Observer.
 

Enum Summary
CacheStatus Cache statuses
 

Package org.apache.jcs.engine Description

Interfaces used by the core and the auxiliary caches.



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.