Uses of Interface
org.cache2k.config.CacheWrapper
- 
Packages that use CacheWrapper Package Description org.cache2k.config The cache configuration as a Java bean and support types. - 
- 
Uses of CacheWrapper in org.cache2k.config
Methods in org.cache2k.config that return CacheWrapper Modifier and Type Method Description @Nullable CacheWrapperCache2kConfig. getCacheWrapper()@Nullable CacheWrapperCache2kConfig. getTraceCacheWrapper()Methods in org.cache2k.config with parameters of type CacheWrapper Modifier and Type Method Description voidCache2kConfig. setCacheWrapper(@Nullable CacheWrapper cacheWrapper)voidCache2kConfig. setTraceCacheWrapper(@Nullable CacheWrapper traceCacheWrapper) 
 -