Add spring-boot-starter-cache

Closes gh-3098
This commit is contained in:
Stephane Nicoll
2015-06-03 17:29:57 +02:00
parent 0ad0ad4c60
commit fca192fa41
9 changed files with 68 additions and 19 deletions

View File

@@ -2331,6 +2331,9 @@ TIP: It is also possible to {spring-reference}/#cache-annotations-put[update] or
=== Supported cache providers
NOTE: To easily get started, just add `spring-boot-starter-cache` to the dependencies of
your application.
The cache abstraction does not provide an actual store and relies on a abstraction
materialized by the `org.springframework.cache.Cache` and
`org.springframework.cache.CacheManager` interfaces. Spring Boot auto-configures a

View File

@@ -267,6 +267,9 @@ The following application starters are provided by Spring Boot under the
|`spring-boot-starter-batch`
|Support for "`Spring Batch`" including HSQLDB database.
|`spring-boot-starter-cache`
|Support for Spring's Cache abstraction.
|`spring-boot-starter-cloud-connectors`
|Support for "`Spring Cloud Connectors`" which simplifies connecting to services in cloud
platforms like Cloud Foundry and Heroku.