接口 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.
从以下版本开始:
3.4.0
作者:
Stephane Nicoll
另请参阅:
  • CachingProvider.getCacheManager(java.net.URI, ClassLoader, Properties)
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    customize(Properties properties)
    Customize the properties.
  • 方法详细资料

    • customize

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