org.apache.jcs.engine.behavior
Interface ICacheManager

All Superinterfaces:
ICacheType, java.io.Serializable
All Known Subinterfaces:
IAuxiliaryCacheManager
All Known Implementing Classes:
RemoteCacheClusterManager

public interface ICacheManager
extends ICacheType

Inteface implemented by a specific cache.

Author:
asmuts

Field Summary
 
Fields inherited from interface org.apache.jcs.engine.behavior.ICacheType
CACHE_HUB, DISK_CACHE, LATERAL_CACHE, REMOTE_CACHE
 
Method Summary
 ICache getCache(java.lang.String cacheName)
          methods to get a cache region from a maanger
 
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheType
getCacheType
 

Method Detail

getCache

public ICache getCache(java.lang.String cacheName)
methods to get a cache region from a maanger

Returns:
The cache value