Polish spring-boot-sample-cache README

Closes gh-5807
This commit is contained in:
Eddú Meléndez 2016-04-27 18:29:40 +10:00 committed by Phillip Webb
parent a2357e9050
commit 7b9844f5de
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@ abstraction is supported by many caching libraries, including:
* `Infinispan`
* `Couchbase`
* `Redis`
* `Caffeine`
* `Guava`
* Simple provider based on `ConcurrentHashMap`
* Generic provider based on `org.springframework.Cache` bean definition(s)
@ -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
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`