org.apache.jcs.engine.behavior
Interface ICacheType

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AuxiliaryCache, AuxiliaryCacheManager, ICache, ICacheManager, ILateralCacheManager, IRemoteCacheClient
All Known Implementing Classes:
AbstractAuxiliaryCache, AbstractAuxiliaryCacheEventLogging, AbstractDiskCache, AbstractDiskCacheManager, AbstractRemoteAuxiliaryCache, AbstractRemoteCacheNoWaitFacade, BlockDiskCache, BlockDiskCacheManager, CompositeCache, IndexedDiskCache, IndexedDiskCacheManager, JDBCDiskCache, JDBCDiskCacheManager, JDBCDiskCacheManagerAbstractTemplate, LateralCache, LateralCacheAbstractManager, LateralCacheNoWait, LateralCacheNoWaitFacade, LateralTCPCacheManager, MySQLDiskCache, MySQLDiskCacheManager, RemoteCache, RemoteCacheManager, RemoteCacheNoWait, RemoteCacheNoWaitFacade, RemoteHttpCache, RemoteHttpCacheManager

public interface ICacheType
extends java.io.Serializable

Interface implemented by a specific cache.


Field Summary
static int CACHE_HUB
          Composite/ memory cache type, cetral hub.
static int DISK_CACHE
          Disk cache type.
static int LATERAL_CACHE
          Lateral cache type.
static int REMOTE_CACHE
          Remote cache type.
 
Method Summary
 int getCacheType()
          Returns the cache type.
 

Field Detail

CACHE_HUB

static final int CACHE_HUB
Composite/ memory cache type, cetral hub.

See Also:
Constant Field Values

DISK_CACHE

static final int DISK_CACHE
Disk cache type.

See Also:
Constant Field Values

LATERAL_CACHE

static final int LATERAL_CACHE
Lateral cache type.

See Also:
Constant Field Values

REMOTE_CACHE

static final int REMOTE_CACHE
Remote cache type.

See Also:
Constant Field Values
Method Detail

getCacheType

int getCacheType()
Returns the cache type.

Returns:
The cacheType value


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