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 CacheWrapper
Cache2kConfig. getCacheWrapper()
@Nullable CacheWrapper
Cache2kConfig. getTraceCacheWrapper()
Methods in org.cache2k.config with parameters of type CacheWrapper Modifier and Type Method Description void
Cache2kConfig. setCacheWrapper(@Nullable CacheWrapper cacheWrapper)
void
Cache2kConfig. setTraceCacheWrapper(@Nullable CacheWrapper traceCacheWrapper)
-