Review Caching infrastructure documentation

Closes gh-33288
This commit is contained in:
Stéphane Nicoll
2024-07-29 11:29:09 +02:00
parent 9d9e621efe
commit 46ba13b645
3 changed files with 27 additions and 53 deletions

View File

@@ -524,7 +524,7 @@ To enable caching annotations add the annotation `@EnableCaching` to one of your
----
@Configuration
@EnableCaching
public class AppConfig {
class AppConfig {
@Bean
CacheManager cacheManager() {