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:
3.4.0
Author:
Stephane Nicoll
See Also:
  • CachingProvider.getCacheManager(java.net.URI, ClassLoader, Properties)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(Properties properties)
    Customize the properties.
  • Method Details

    • customize

      void customize(Properties properties)
      Customize the properties.
      Parameters:
      properties - the current properties