public interface ICacheType
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
getCacheType()
Returns the cache type.
|
static final int CACHE_HUB
static final int DISK_CACHE
static final int LATERAL_CACHE
static final int REMOTE_CACHE
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.