Class CacheBackingStore<V>
java.lang.Object
net.bluemind.common.cache.persistence.CacheBackingStore<V>
-
Constructor Summary
ConstructorsConstructorDescriptionCacheBackingStore
(com.github.benmanes.caffeine.cache.Caffeine<Object, Object> cache, String storePath, Function<V, io.vertx.core.json.JsonObject> toJson, Function<io.vertx.core.json.JsonObject, V> fromJson) CacheBackingStore
(com.github.benmanes.caffeine.cache.Caffeine<Object, Object> cache, String storePath, Function<V, io.vertx.core.json.JsonObject> toJson, Function<io.vertx.core.json.JsonObject, V> fromJson, Consumer<String> notifyUnkonwnSessionRemovalListeners) -
Method Summary