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
<K extends Serializable,V extends Serializable>
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.
 

Method Detail

getCache

<K extends Serializable,V extends Serializable> CompositeCache<K,V> getCache(String cacheName)
Gets the cache attribute of the CacheHub object

Parameters:
cacheName -
Returns:
CompositeCache

getConfigurationProperties

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

Returns:
the configurationProperties

getStats

String getStats()
Gets stats for debugging.

Returns:
String


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.