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:
  • CachingProvider.getCacheManager(java.net.URI, ClassLoader, Properties)
  • Method Summary Link icon

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

    • customize Link icon

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