Package io.quarkus.infinispan.client
package io.quarkus.infinispan.client
-
ClassDescriptionWhen a method annotated with
CacheInvalidate
is invoked, Quarkus will use the method argument as key to try to remove an existing entry from the Infinispan cache.When a method annotated withCacheInvalidateAll
is invoked, Quarkus will remove all entries from the Infinispan cache.When a method annotated withCacheResult
is 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.Marker annotation to select the Infinispan client.Qualifier used to specify which remote cache will be injected.