Commit 7b9844f5 authored by Eddú Meléndez's avatar Eddú Meléndez Committed by Phillip Webb

Polish spring-boot-sample-cache README

Closes gh-5807
parent a2357e90
...@@ -9,6 +9,7 @@ abstraction is supported by many caching libraries, including: ...@@ -9,6 +9,7 @@ abstraction is supported by many caching libraries, including:
* `Infinispan` * `Infinispan`
* `Couchbase` * `Couchbase`
* `Redis` * `Redis`
* `Caffeine`
* `Guava` * `Guava`
* Simple provider based on `ConcurrentHashMap` * Simple provider based on `ConcurrentHashMap`
* Generic provider based on `org.springframework.Cache` bean definition(s) * Generic provider based on `org.springframework.Cache` bean definition(s)
...@@ -62,6 +63,13 @@ used to configure the underlying `CacheManager`. ...@@ -62,6 +63,13 @@ used to configure the underlying `CacheManager`.
=== EhCache 3.x
Simply add the `org.ehcache:ehcache` dependency to the project. Since there is a
default `ehcache.xml` configuration file at the root of the classpath, it is automatically
used to configure the underlying `CacheManager`.
=== Hazelcast === Hazelcast
Both `com.hazelcast:hazelcast` and `com.hazelcast:hazelcast-spring` should be added to Both `com.hazelcast:hazelcast` and `com.hazelcast:hazelcast-spring` should be added to
the project to enable support for Hazelcast. Since there is a default `hazelcast.xml` the project to enable support for Hazelcast. Since there is a default `hazelcast.xml`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment