Class CacheValidator
java.lang.Object
com.bluebell.greenhouse.platform.validation.CacheValidator
Validation helpers for application cache specifications.
- Version:
- 3.0.3
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidateCacheSpecification(String cacheName, CacheProperties.CacheSpecification specification) Validates a cache specification before its native cache is constructed.
-
Method Details
-
validateCacheSpecification
public static void validateCacheSpecification(String cacheName, CacheProperties.CacheSpecification specification) Validates a cache specification before its native cache is constructed.- Parameters:
cacheName- cache namespecification- cache specification
-