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
 

Method Detail

getCache

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

Parameters:
cacheName -
Returns:


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