Package com.kheops.util
Class CacheConstants
java.lang.Object
com.kheops.util.CacheConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Specifies that the cache should not expire.static final int
Specifies that the cache should not be used. -
Constructor Summary
-
Method Summary
-
Field Details
-
CACHE_TIMEOUT_NOT_CACHED
public static final int CACHE_TIMEOUT_NOT_CACHEDSpecifies that the cache should not be used.- See Also:
-
CACHE_TIMEOUT_NEVER_EXPIRE
public static final int CACHE_TIMEOUT_NEVER_EXPIRESpecifies that the cache should not expire.- See Also:
-
-
Constructor Details
-
CacheConstants
public CacheConstants()
-