We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14af5d9 commit ba50581Copy full SHA for ba50581
src/docs/asciidoc/integration.adoc
@@ -8301,7 +8301,7 @@ entry is updated in the cache.
8301
[source,java,indent=0]
8302
[subs="verbatim,quotes"]
8303
----
8304
- @Cacheable(cacheNames="foos", **sync="true"**)
+ @Cacheable(cacheNames="foos", **sync=true**)
8305
public Foo executeExpensiveOperation(String id) {...}
8306
8307
0 commit comments