| Interface | Description |
|---|---|
| AuxiliaryCache<K,V> |
Tag interface for auxiliary caches.
|
| AuxiliaryCacheAttributes |
This is a nominal interface that auxiliary cache attributes should implement.
|
| AuxiliaryCacheFactory |
All auxiliary caches must have a factory that the cache configurator can use to create instances.
|
| Class | Description |
|---|---|
| AbstractAuxiliaryCache<K,V> |
This holds convenience methods used by most auxiliary caches.
|
| AbstractAuxiliaryCacheAttributes |
This has common attributes used by all auxiliaries.
|
| AbstractAuxiliaryCacheEventLogging<K,V> |
All ICacheEvents are defined as final.
|
| AbstractAuxiliaryCacheFactory |
Base class for auxiliary cache factories.
|
| AbstractAuxiliaryCacheMonitor |
Used to monitor and repair any failed connection for the lateral cache service.
|
| AuxiliaryCacheConfigurator |
Configuration util for auxiliary caches.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.