public interface ICompositeCacheManager extends IShutdownObservable
| Modifier and Type | Method and Description |
|---|---|
<K,V> AuxiliaryCache<K,V> |
getAuxiliaryCache(String auxName,
String cacheName)
Gets the auxiliary cache attribute of the CacheHub object
|
<K,V> CompositeCache<K,V> |
getCache(String cacheName)
Gets the cache attribute of the CacheHub object
|
Properties |
getConfigurationProperties()
This is exposed so other manager can get access to the props.
|
String |
getStats()
Gets stats for debugging.
|
deregisterShutdownObserver, registerShutdownObserver<K,V> CompositeCache<K,V> getCache(String cacheName)
cacheName - <K,V> AuxiliaryCache<K,V> getAuxiliaryCache(String auxName, String cacheName)
auxName - cacheName - Properties getConfigurationProperties()
String getStats()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.