Uses of Interface
com.loomcache.server.jcache.CacheWriterIntegration.BackingStoreWriter
Packages that use CacheWriterIntegration.BackingStoreWriter
-
Uses of CacheWriterIntegration.BackingStoreWriter in com.loomcache.server.jcache
Classes in com.loomcache.server.jcache that implement CacheWriterIntegration.BackingStoreWriterModifier and TypeClassDescriptionfinal recordAdapter that exposes aMapStoreas aCacheWriterIntegration.BackingStoreWriter, letting JCache (JSR-107) write-through / write-behind reuse the same SPI asDistributedMap.setMapStore(MapStore, MapStoreConfig).Constructors in com.loomcache.server.jcache with parameters of type CacheWriterIntegration.BackingStoreWriterModifierConstructorDescriptionCreate a write-through integration.CacheWriterIntegration(CacheWriterIntegration.BackingStoreWriter<K, V> writer, CacheWriterIntegration.WriteBehindConfig config) Create a write-behind integration.