File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
spring-boot-samples/spring-boot-sample-cache Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ abstraction is supported by many caching libraries, including:
9
9
* `Infinispan`
10
10
* `Couchbase`
11
11
* `Redis`
12
+ * `Caffeine`
12
13
* `Guava`
13
14
* Simple provider based on `ConcurrentHashMap`
14
15
* Generic provider based on `org.springframework.Cache` bean definition(s)
@@ -62,6 +63,13 @@ used to configure the underlying `CacheManager`.
62
63
63
64
64
65
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
+
65
73
=== Hazelcast
66
74
Both `com.hazelcast:hazelcast` and `com.hazelcast:hazelcast-spring` should be added to
67
75
the project to enable support for Hazelcast. Since there is a default `hazelcast.xml`
You can’t perform that action at this time.
0 commit comments