Class CacheBackingStore<V>
java.lang.Object
net.bluemind.common.cache.persistence.CacheBackingStore<V>
-
Constructor Summary
ConstructorDescriptionCacheBackingStore
(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
-
Constructor Details
-
CacheBackingStore
-
CacheBackingStore
-
-
Method Details
-
getIfPresentUnsafe
-
getIfPresent
-
put
-
invalidate
-
asMap
-
getCache
-
cleanUp
public void cleanUp()
-