Skip to content

Commit 2a9b2ca

Browse files
committed
Polish doc
Issue: SPR-14012
1 parent 33a4e9e commit 2a9b2ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/asciidoc/integration.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8560,10 +8560,8 @@ and thus requires a result.
85608560

85618561
There are cases when multiple annotations of the same type, such as `@CacheEvict` or
85628562
`@CachePut` need to be specified, for example because the condition or the key
8563-
expression is different between different caches. Unfortunately Java does not support
8564-
such declarations however there is a workaround - using an __enclosing__ annotation, in
8565-
this case, `@Caching`. `@Caching` allows multiple nested `@Cacheable`, `@CachePut` and
8566-
`@CacheEvict` to be used on the same method:
8563+
expression is different between different caches. `@Caching` allows multiple nested
8564+
`@Cacheable`, `@CachePut` and `@CacheEvict` to be used on the same method:
85678565

85688566
[source,java,indent=0]
85698567
[subs="verbatim,quotes"]

0 commit comments

Comments
 (0)