Class CacheConstants

java.lang.Object
com.kheops.util.CacheConstants

public final class CacheConstants extends Object
  • Field Details

    • CACHE_TIMEOUT_NOT_CACHED

      public static final int CACHE_TIMEOUT_NOT_CACHED
      Specifies that the cache should not be used.
      See Also:
    • CACHE_TIMEOUT_NEVER_EXPIRE

      public static final int CACHE_TIMEOUT_NEVER_EXPIRE
      Specifies that the cache should not expire.
      See Also:
  • Constructor Details

    • CacheConstants

      public CacheConstants()