Uses of Package
io.quarkus.infinispan.client
-
Packages that use io.quarkus.infinispan.client Package Description io.quarkus.infinispan.client io.quarkus.infinispan.client.runtime io.quarkus.infinispan.client.runtime.cache -
Classes in io.quarkus.infinispan.client used by io.quarkus.infinispan.client Class Description CacheInvalidate When a method annotated withCacheInvalidateis invoked, Quarkus will use the method argument as key to try to remove an existing entry from the Infinispan cache.CacheInvalidateAll When a method annotated withCacheInvalidateAllis invoked, Quarkus will remove all entries from the Infinispan cache. -
Classes in io.quarkus.infinispan.client used by io.quarkus.infinispan.client.runtime Class Description Remote Qualifier used to specify which remote cache will be injected. -
Classes in io.quarkus.infinispan.client used by io.quarkus.infinispan.client.runtime.cache Class Description CacheInvalidate When a method annotated withCacheInvalidateis invoked, Quarkus will use the method argument as key to try to remove an existing entry from the Infinispan cache.CacheInvalidateAll When a method annotated withCacheInvalidateAllis invoked, Quarkus will remove all entries from the Infinispan cache.CacheResult When a method annotated withCacheResultis invoked, Quarkus will use the method argument as key and use it to check in the Infinispan cache if the method has been already invoked.