public static final class ClientConstants.Cache extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_CACHE_COMPRESSION_THRESHOLD
Property to get data compression size threshold.
|
static Integer |
CLIENT_CACHE_COMPRESSION_THRESHOLD_DEFAULT
Default value for 'CompressionThreshold' property.
|
static String |
CLIENT_CACHE_CONNECTION_TIMEOUT
Cache connection timeout.
|
static String |
CLIENT_CACHE_CONNECTION_TIMEOUT_DEFAULT
Cache connection timeout default value.
|
static String |
CLIENT_CACHE_ENABLED
Property to identify if cache is enabled.
|
static String |
CLIENT_CACHE_EXPIRATION_DURATION
Cache expiration duration property (in seconds).
|
static String |
CLIENT_CACHE_ID
Property to get distributed cache client id.
|
static String |
CLIENT_CACHE_ID_DEFAULT
Property to get distributed cache client id.
|
static String |
CLIENT_CACHE_PASSWORD
Property to get distributed cache password.
|
static String |
CLIENT_CACHE_PROVIDER_CLASSNAME
Property to know if distributed cache is enabled.
|
static String |
CLIENT_CACHE_REDIS_POOL_MAX_TOTAL
Property to get jedis poll max size.
|
static Integer |
CLIENT_CACHE_REDIS_POOL_MAX_TOTAL_DEFAULT
Default value for 'RedisPoolMaxTotal' property.
|
static String |
CLIENT_CACHE_REDIS_POOL_TEST_WHILE_IDLE
Property whether defines if we should ping Redis from time to time while idle.
|
static Boolean |
CLIENT_CACHE_REDIS_POOL_TEST_WHILE_IDLE_DEFAULT
Default value for 'RedisPoolTestWhileIdle' property.
|
static String |
CLIENT_CACHE_SERVICE_AVAILABILITY_CHECK
The parameter from configuration file.
|
static String |
CLIENT_CACHE_URI
Property to get cache uri.
|
static String |
DEFAULT_CACHE_URI
Default failsafe cache uri.
|
public static final String CLIENT_CACHE_ENABLED
public static final String CLIENT_CACHE_URI
public static final String DEFAULT_CACHE_URI
public static final String CLIENT_CACHE_EXPIRATION_DURATION
public static final String CLIENT_CACHE_CONNECTION_TIMEOUT
public static final String CLIENT_CACHE_CONNECTION_TIMEOUT_DEFAULT
public static final String CLIENT_CACHE_SERVICE_AVAILABILITY_CHECK
public static final String CLIENT_CACHE_PROVIDER_CLASSNAME
public static final String CLIENT_CACHE_ID
public static final String CLIENT_CACHE_ID_DEFAULT
public static final String CLIENT_CACHE_PASSWORD
public static final String CLIENT_CACHE_COMPRESSION_THRESHOLD
public static final Integer CLIENT_CACHE_COMPRESSION_THRESHOLD_DEFAULT
public static final String CLIENT_CACHE_REDIS_POOL_MAX_TOTAL
public static final Integer CLIENT_CACHE_REDIS_POOL_MAX_TOTAL_DEFAULT
public static final String CLIENT_CACHE_REDIS_POOL_TEST_WHILE_IDLE
public static final Boolean CLIENT_CACHE_REDIS_POOL_TEST_WHILE_IDLE_DEFAULT
Copyright © 2017 SDL Group. All rights reserved.