Contents
Interface JCachePropertiesCustomizer
public interface JCachePropertiesCustomizer
Callback interface that can be implemented by beans wishing to customize the properties
used by the
CachingProvider
to create the CacheManager
.- Since:
- 4.0.0
- Author:
- Stephane Nicoll
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(Properties properties) Customize the properties.