This commit is contained in:
Junnyland 2025-07-01 21:55:42 +03:00 committed by GitHub
commit d230e76a42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ comes into play. The following examples uses `@CacheConfig` to set the name of t
[source,java,indent=0,subs="verbatim,quotes"] [source,java,indent=0,subs="verbatim,quotes"]
---- ----
@CacheConfig("books") <1> @CacheConfig(cacheNames = "books") <1>
public class BookRepositoryImpl implements BookRepository { public class BookRepositoryImpl implements BookRepository {
@Cacheable @Cacheable