org.apache.jcs.engine.behavior
Interface ICompositeCacheManager

All Known Implementing Classes:
CompositeCacheManager

public interface ICompositeCacheManager

I need the interface so I can plug in mock managers for testing.

Author:
Aaron Smuts

Method Summary
 CompositeCache getCache(java.lang.String cacheName)
          Gets the cache attribute of the CacheHub object
 java.util.Properties getConfigurationProperties()
          This is exposed so other manager can get access to the props.
 java.lang.String getStats()
          Gets stats for debugging.
 

Method Detail

getCache

CompositeCache getCache(java.lang.String cacheName)
Gets the cache attribute of the CacheHub object

Parameters:
cacheName -
Returns:
CompositeCache

getConfigurationProperties

java.util.Properties getConfigurationProperties()
This is exposed so other manager can get access to the props.

Returns:
the configurationProperties

getStats

java.lang.String getStats()
Gets stats for debugging.

Returns:
String


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.