Uses of Class
com.loomcache.springboot.persistence.WriteThroughCacheStore
Packages that use WriteThroughCacheStore
-
Uses of WriteThroughCacheStore in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return WriteThroughCacheStoreModifier and TypeMethodDescriptionCacheNodeConfig.writeThroughCacheStore(CacheEntryRepository repository) Create write-through cache store bean.Methods in com.loomcache.springboot.config with parameters of type WriteThroughCacheStoreModifier and TypeMethodDescriptionCacheNodeConfig.defaultMap(CacheNode cacheNode, WriteThroughCacheStore cacheStore) Default distributed map with write-through wired up. -
Uses of WriteThroughCacheStore in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type WriteThroughCacheStoreModifierConstructorDescriptionMapController(DistributedMap<String, String> defaultMap, WriteThroughCacheStore cacheStore) Create a MapController with a DistributedMap and write-through store.