Uses of Class
org.cache2k.jcache.ExtendedMutableConfiguration
-
Packages that use ExtendedMutableConfiguration Package Description org.cache2k.jcache Support for using the JCache API with cache2k, that allows additional configuration. -
-
Uses of ExtendedMutableConfiguration in org.cache2k.jcache
Methods in org.cache2k.jcache that return ExtendedMutableConfiguration Modifier and Type Method Description static <K,V>
ExtendedMutableConfiguration<K,V>ExtendedMutableConfiguration. of(org.cache2k.Cache2kBuilder<K,V> builder)
The preferred way to construct a JCache based on a cache2k configuration.static <K,V>
ExtendedMutableConfiguration<K,V>ExtendedMutableConfiguration. of(org.cache2k.config.Cache2kConfig<K,V> configuration)
-