Merge 4ea06289c1
into b256babad5
This commit is contained in:
commit
d230e76a42
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue