Package com.kheops.util
Class CacheConstants
java.lang.Object
com.kheops.util.CacheConstants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intSpecifies that the cache should not expire.static final intSpecifies that the cache should not be used.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CACHE_TIMEOUT_NOT_CACHEDpublic static final int CACHE_TIMEOUT_NOT_CACHEDSpecifies that the cache should not be used.- See Also:
 
- 
CACHE_TIMEOUT_NEVER_EXPIREpublic static final int CACHE_TIMEOUT_NEVER_EXPIRESpecifies that the cache should not expire.- See Also:
 
 
- 
- 
Constructor Details- 
CacheConstantspublic CacheConstants()
 
-