Class ValidationConstants.CacheValidationConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.CacheValidationConstants
- Enclosing class:
ValidationConstants
Cache validation messages.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Field Summary
Fields -
Method Summary
-
Field Details
-
CACHE_SPECIFICATION_CANNOT_BE_NULL
Validation message used when a cache specification isnull.- See Also:
-
CACHE_TTL_MUST_BE_POSITIVE
Validation message used when a cache time to live is not positive.- See Also:
-
CACHE_MAXIMUM_SIZE_MUST_BE_POSITIVE
Validation message used when a cache maximum size is not positive.- See Also:
-