org.apache.jcs.auxiliary
Interface AuxiliaryCacheManager

All Superinterfaces:
ICacheType, java.io.Serializable
All Known Subinterfaces:
ILateralCacheManager
All Known Implementing Classes:
HSQLCacheManager, IndexedDiskCacheManager, LateralCacheAbstractManager, RemoteCacheManager

public interface AuxiliaryCacheManager
extends ICacheType

AuxiliaryCacheManager FIXME: Should not need to extend ICacheType


Field Summary
 
Fields inherited from interface org.apache.jcs.engine.behavior.ICacheType
CACHE_HUB, DISK_CACHE, LATERAL_CACHE, REMOTE_CACHE
 
Method Summary
 AuxiliaryCache getCache(java.lang.String cacheName)
          Return the approriate auxiliary cache for this region.
 
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheType
getCacheType
 

Method Detail

getCache

public AuxiliaryCache getCache(java.lang.String cacheName)
Return the approriate auxiliary cache for this region.

Parameters:
cacheName -
Returns:
AuxiliaryCache


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