From fca7c52236439c347f11e7fa176dd37a38566f47 Mon Sep 17 00:00:00 2001 From: Kamil Szymanski Date: Mon, 4 Jan 2016 23:44:55 +0100 Subject: [PATCH] Fix list of supported JCache annotations Closes gh-948 --- src/asciidoc/integration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/integration.adoc b/src/asciidoc/integration.adoc index 88dc747881..5120f82e4e 100644 --- a/src/asciidoc/integration.adoc +++ b/src/asciidoc/integration.adoc @@ -8815,7 +8815,7 @@ up its declaration at runtime and understands its meaning. Note that as mentione === JCache (JSR-107) annotations Since the Spring Framework 4.1, the caching abstraction fully supports the JCache -standard annotations: these are `@CacheResult`, `@CacheEvict`, `@CacheRemove` and +standard annotations: these are `@CacheResult`, `@CachePut`, `@CacheRemove` and `@CacheRemoveAll` as well as the `@CacheDefaults`, `@CacheKey` and `@CacheValue` companions. These annotations can be used right the way without migrating your cache store to JSR-107: the internal implementation uses Spring's caching abstraction