接口 Cache2kBuilderCustomizer
public interface Cache2kBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize the default
setup for caches added to the manager through addCaches and for dynamically created
caches.
- 从以下版本开始:
- 2.7.0
- 作者:
- Jens Wilke, Stephane Nicoll
-
方法概要
修饰符和类型方法说明void
customize
(org.cache2k.Cache2kBuilder<?, ?> builder) Customize the default cache settings.
-
方法详细资料
-
customize
void customize(org.cache2k.Cache2kBuilder<?, ?> builder) Customize the default cache settings.- 参数:
builder
- the builder to customize
-