Uses of Class
com.loomcache.server.jcache.CacheWriterIntegration
Packages that use CacheWriterIntegration
-
Uses of CacheWriterIntegration in com.loomcache.server.jcache
Methods in com.loomcache.server.jcache that return CacheWriterIntegrationModifier and TypeMethodDescriptionstatic <K,V> CacheWriterIntegration <K, V> CacheWriterIntegration.fromMapStore(MapStore<K, V> mapStore, MapStoreConfig config) Bridge factory: wire aMapStorethrough the JCache write-through / write-behind machinery by wrapping it in aMapStoreBackedCacheWriter.