io.quarkus.infinispan.client.runtime.cache.SynchronousInfinispanGet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-infinispan-client Show documentation
Show all versions of quarkus-infinispan-client Show documentation
Connect to the Infinispan data grid for distributed caching
package io.quarkus.infinispan.client.runtime.cache;
import java.util.Map;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ConcurrentHashMap;
import jakarta.enterprise.context.ApplicationScoped;
@ApplicationScoped
public class SynchronousInfinispanGet {
Map>> synchronousGetLocks = new ConcurrentHashMap<>();
public Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy