Interface ICompositeCacheManager
- All Superinterfaces:
- IShutdownObservable
- All Known Implementing Classes:
- CompositeCacheManager
I need the interface so I can plug in mock managers for testing.
- 
Method SummaryModifier and TypeMethodDescription<K,V> AuxiliaryCache<K, V> getAuxiliaryCache(String auxName, String cacheName) Gets the auxiliary cache attribute of the CacheHub object<K,V> CompositeCache<K, V> Gets the cache attribute of the CacheHub objectThis is exposed so other manager can get access to the props.getStats()Gets stats for debugging.Methods inherited from interface org.apache.commons.jcs3.engine.behavior.IShutdownObservablederegisterShutdownObserver, registerShutdownObserver
- 
Method Details- 
getCacheGets the cache attribute of the CacheHub object- Parameters:
- cacheName-
- Returns:
- CompositeCache
 
- 
getAuxiliaryCacheGets the auxiliary cache attribute of the CacheHub object- Parameters:
- auxName-
- cacheName-
- Returns:
- AuxiliaryCache
 
- 
getConfigurationPropertiesThis is exposed so other manager can get access to the props.- Returns:
- the configurationProperties
 
- 
getStatsGets stats for debugging.- Returns:
- String
 
 
-