See: Description
| Interface | Description |
|---|---|
| CacheConstants |
Constants used throughout the JCS cache engine
|
| Class | Description |
|---|---|
| AbstractCacheEventQueue<K,V> |
An abstract base class to the different implementations
|
| CacheAdaptor<K,V> |
Used for Cache-to-Cache messaging purposes.
|
| CacheElement<K,V> |
Generic element wrapper.
|
| CacheElementSerialized<K,V> |
Either serialized value or the value should be null;
|
| CacheEventQueue<K,V> |
An event queue is used to propagate ordered cache events to one and only one target listener.
|
| CacheEventQueueFactory<K,V> |
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,V> |
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,V> |
An event queue is used to propagate ordered cache events to one and only one target listener.
|
| ZombieCacheService<K,V> |
Zombie adapter for any cache service.
|
| ZombieCacheServiceNonLocal<K,V> |
Zombie adapter for the non local cache services.
|
| ZombieCacheServiceNonLocal.ZombieEvent |
Base of the other events.
|
| ZombieCacheWatch |
Zombie Observer.
|
| Enum | Description |
|---|---|
| CacheStatus |
Cache statuses
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.