org.apache.jcs.engine.behavior
Interface ICacheManager

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

public interface ICacheManager
extends ICacheType

Inteface implemented by a specific cache.


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


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