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
According to https://quarkus.io/guides/qute-reference#cached-section, if io.quarkus:quarkus-cache is in the classpath, qute templates should automatically be able to use a {#cached} section, with an optional key attribute.
Currently, the #cached section is being shown with an error
@mkouba is this another instance of synthetic bean usage?
The text was updated successfully, but these errors were encountered:
According to https://quarkus.io/guides/qute-reference#cached-section, if
io.quarkus:quarkus-cache
is in the classpath, qute templates should automatically be able to use a{#cached}
section, with an optionalkey
attribute.Currently, the
#cached
section is being shown with an error@mkouba is this another instance of synthetic bean usage?
The text was updated successfully, but these errors were encountered: