Interface CacheConstants
-
public interface CacheConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
NT_REP_CACHE
static String
PARAM_CACHE_EXPIRATION
static String
PARAM_CACHE_MAX_STALE
static String
REP_CACHE
static String
REP_EXPIRATION
-
-
-
Field Detail
-
NT_REP_CACHE
static final String NT_REP_CACHE
- See Also:
- Constant Field Values
-
REP_CACHE
static final String REP_CACHE
- See Also:
- Constant Field Values
-
REP_EXPIRATION
static final String REP_EXPIRATION
- See Also:
- Constant Field Values
-
PARAM_CACHE_EXPIRATION
static final String PARAM_CACHE_EXPIRATION
- See Also:
- Constant Field Values
-
PARAM_CACHE_MAX_STALE
static final String PARAM_CACHE_MAX_STALE
- See Also:
- Constant Field Values
-
-