public final class CachingConstants extends Object
Modifier and Type | Field and Description |
---|---|
static Integer |
CACHE_INVALIDATION_TIME
Default cache invalidation time
|
static String |
CACHE_MANAGER
String key to store the cache object
|
static QName |
CACHE_Q
QName of the cache mediator which will be used by the module
|
static String |
CACHED_OBJECT
String key to store the cached response in the message context
|
static int |
DEFAULT_CACHE_SIZE
Default cache size (in-memory)
|
static DigestGenerator |
DEFAULT_XML_IDENTIFIER
Default DigestGenerator for the caching impl
|
static String |
MEDIATOR_CACHE
Primary cache name
|
static String |
REQUEST_HASH
String key to store the the request hash in the message contetx
|
static String |
SCOPE_DISTRIBUTED
distributed cache scope attribute value
|
static String |
SCOPE_PER_HOST
per-host cache scope attribute value
|
static String |
SCOPE_PER_MEDIATOR
per-mediator cache scope attribute value
|
static String |
TYPE_DISK
disk based cache scope attribute value
|
static String |
TYPE_MEMORY
in memory cache scope attribute value
|
Constructor and Description |
---|
CachingConstants() |
public static final String REQUEST_HASH
public static final String CACHED_OBJECT
public static final String CACHE_MANAGER
public static final QName CACHE_Q
public static final DigestGenerator DEFAULT_XML_IDENTIFIER
public static final String SCOPE_PER_MEDIATOR
public static final String SCOPE_PER_HOST
public static final String SCOPE_DISTRIBUTED
public static final String TYPE_MEMORY
public static final String TYPE_DISK
public static final int DEFAULT_CACHE_SIZE
public static final String MEDIATOR_CACHE
public static final Integer CACHE_INVALIDATION_TIME
Copyright © 2017 WSO2. All rights reserved.