You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed on Zulip, when a method that returns a Uni is annotated with @CacheResult, the Uni is cached which is not very helpful because it is executed on each method call. We should cache the item emitted by the Uni instead of the Uni itself.
The text was updated successfully, but these errors were encountered:
As discussed on Zulip, when a method that returns a
Uni
is annotated with@CacheResult
, theUni
is cached which is not very helpful because it is executed on each method call. We should cache the item emitted by theUni
instead of theUni
itself.The text was updated successfully, but these errors were encountered: