Package com.jk.core.config
Class JKConstants.Cache
java.lang.Object
com.jk.core.config.JKConstants.Cache
- Enclosing class:
- JKConstants
This class provides constants related to Cache.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the configuration property for specifying the default cache maximum size.static final int
Represents the configuration property for specifying the default cache maximum size value.static final String
Represents the configuration property for specifying the default region name.static final String
Represents the default timeout duration in seconds for cache.static final int
Represents the default timeout duration value in seconds for cache. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_TIMEOUT_SECONDS
Represents the default timeout duration in seconds for cache.- See Also:
-
DEFAULT_TIMEOUT_SECONDS_VALUE
public static final int DEFAULT_TIMEOUT_SECONDS_VALUERepresents the default timeout duration value in seconds for cache.- See Also:
-
DEFAULT_MAX_SIZE
Represents the configuration property for specifying the default cache maximum size.- See Also:
-
DEFAULT_MAX_SIZE_VALUE
public static final int DEFAULT_MAX_SIZE_VALUERepresents the configuration property for specifying the default cache maximum size value.- See Also:
-
DEFAULT_REGION_NAME
Represents the configuration property for specifying the default region name.- See Also:
-
-
Constructor Details
-
Cache
public Cache()
-