org.apache.jcs.engine.behavior
Interface ICacheManager

All Superinterfaces:
ICacheType, Serializable

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(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

ICache getCache(String cacheName)
methods to get a cache region from a maanger

Parameters:
cacheName -
Returns:
The cache value


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