Package io.quarkus.infinispan.client
-
Annotation Types Summary Annotation Type 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.CacheInvalidate.List CacheInvalidateAll When a method annotated withCacheInvalidateAllis invoked, Quarkus will remove all entries from the Infinispan cache.CacheInvalidateAll.List 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.Remote Qualifier used to specify which remote cache will be injected.