When 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 with CacheResult 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.