org.apache.jcs.engine.behavior
Interface ICacheType

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AuxiliaryCache, AuxiliaryCacheManager, IAuxiliaryCacheManager, ICache, ICacheManager, IMemoryCache
All Known Implementing Classes:
AbstractDiskCache, CompositeCache, HSQLCacheManager, IndexedDiskCacheManager, JavaGroupsCache, JISPCacheManager, LateralCache, LateralCacheManager, LateralCacheNoWait, LateralCacheNoWaitFacade, RemoteCache, RemoteCacheManager, RemoteCacheNoWait, RemoteCacheNoWaitFacade

public interface ICacheType
extends java.io.Serializable

Inteface 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

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

See Also:
Constant Field Values

DISK_CACHE

public static final int DISK_CACHE
Disk cache type.

See Also:
Constant Field Values

LATERAL_CACHE

public static final int LATERAL_CACHE
Lateral cache type.

See Also:
Constant Field Values

REMOTE_CACHE

public static final int REMOTE_CACHE
Remote cache type.

See Also:
Constant Field Values
Method Detail

getCacheType

public int getCacheType()
Returns the cache type.

Returns:
The cacheType value


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