Uses of Interface
org.ehcache.spi.loaderwriter.WriteBehindConfiguration
-
Packages that use WriteBehindConfiguration Package Description org.ehcache.spi.loaderwriter CacheLoaderWriterSPI for aCache. -
-
Uses of WriteBehindConfiguration in org.ehcache.spi.loaderwriter
Methods in org.ehcache.spi.loaderwriter with parameters of type WriteBehindConfiguration Modifier and Type Method Description <K,V>
CacheLoaderWriter<K,V>WriteBehindProvider. createWriteBehindLoaderWriter(CacheLoaderWriter<K,V> cacheLoaderWriter, WriteBehindConfiguration<?> configuration)Creates write-behind decoratedCacheLoaderWriteraccording to the given configuration.
-