Skip to content

Commit 628cbcd

Browse files
committed
Merge pull request #5807 from eddumelendez/polish-cache-sample
* pr/5807: Polish spring-boot-sample-cache README
2 parents a2357e9 + 7b9844f commit 628cbcd

File tree

1 file changed

+8
-0
lines changed
  • spring-boot-samples/spring-boot-sample-cache

1 file changed

+8
-0
lines changed

spring-boot-samples/spring-boot-sample-cache/README.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ abstraction is supported by many caching libraries, including:
99
* `Infinispan`
1010
* `Couchbase`
1111
* `Redis`
12+
* `Caffeine`
1213
* `Guava`
1314
* Simple provider based on `ConcurrentHashMap`
1415
* Generic provider based on `org.springframework.Cache` bean definition(s)
@@ -62,6 +63,13 @@ used to configure the underlying `CacheManager`.
6263

6364

6465

66+
=== EhCache 3.x
67+
Simply add the `org.ehcache:ehcache` dependency to the project. Since there is a
68+
default `ehcache.xml` configuration file at the root of the classpath, it is automatically
69+
used to configure the underlying `CacheManager`.
70+
71+
72+
6573
=== Hazelcast
6674
Both `com.hazelcast:hazelcast` and `com.hazelcast:hazelcast-spring` should be added to
6775
the project to enable support for Hazelcast. Since there is a default `hazelcast.xml`

0 commit comments

Comments
 (0)