Class JKConstants.Cache

java.lang.Object
com.jk.core.config.JKConstants.Cache
Enclosing class:
JKConstants

public static class JKConstants.Cache extends Object
This class provides constants related to Cache.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Details

    • DEFAULT_TIMEOUT_SECONDS

      public static final String 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_VALUE
      Represents the default timeout duration value in seconds for cache.
      See Also:
    • DEFAULT_MAX_SIZE

      public static final String 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_VALUE
      Represents the configuration property for specifying the default cache maximum size value.
      See Also:
    • DEFAULT_REGION_NAME

      public static final String DEFAULT_REGION_NAME
      Represents the configuration property for specifying the default region name.
      See Also:
  • Constructor Details

    • Cache

      public Cache()