From bd93c752161c40fbc5006a692d901039a80d5aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Sun, 29 Mar 2015 01:09:39 -0500 Subject: [PATCH] Add spring.cache keys documentation See gh-2633 --- .../src/main/asciidoc/appendix-application-properties.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index a82f2235f5..171032bb96 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -451,6 +451,13 @@ content into your application; rather pick only the properties that you need. spring.batch.initializer.enabled=true spring.batch.schema= # batch schema to load + # SPRING CACHE ({sc-spring-boot-autoconfigure}/cache/CacheProperties.{sc-ext}[CacheProperties]) + spring.cache.type= # generic, ehcache, hazelcast, jcache, redis, guava, simple, none + spring.cache.config= # + spring.cache.cache-names= # cache names to create on startup + spring.cache.jcache.provider= # fully qualified name of the CachingProvider implementation to use + spring.cache.guava.spec= # link:http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/cache/CacheBuilderSpec.html[guava specs] + # AOP spring.aop.auto= spring.aop.proxy-target-class=