From 678fd8344ea52702659bf47156a58f7883bd5d0e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 1 Oct 2021 14:37:07 +0200 Subject: [PATCH] Polishing --- src/docs/asciidoc/integration.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index 6f010159947..f2ec53ad0ae 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -6658,8 +6658,7 @@ tend to be simple https://en.wikipedia.org/wiki/Adapter_pattern[adapters] that m caching abstraction framework on top of the storage API, as the `ehcache` classes do. Most `CacheManager` classes can use the classes in the `org.springframework.cache.support` package (such as `AbstractCacheManager` which takes -care of the boiler-plate code, leaving only the actual mapping to be completed). We hope -that, in time, all relevant caches will offer JSR-107 support. +care of the boiler-plate code, leaving only the actual mapping to be completed).