Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
7b9844f5
Commit
7b9844f5
authored
Apr 27, 2016
by
Eddú Meléndez
Committed by
Phillip Webb
Apr 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish spring-boot-sample-cache README
Closes gh-5807
parent
a2357e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
README.adoc
spring-boot-samples/spring-boot-sample-cache/README.adoc
+8
-0
No files found.
spring-boot-samples/spring-boot-sample-cache/README.adoc
View file @
7b9844f5
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment