Files
spring-boot/spring-boot-autoconfigure
Stephane Nicoll fbe9774890 Use spring.cache.config with JCache
According to the spec, specifying a custom URI when retrieving a
`javax.cache.CacheManager` might be used as a way to transmit the
location of a custom configuration file to initialize the underlying
cache manager.

If `spring.cache.config` is set, we use that information to retrieve a
CacheManager with that configuration file. Unfortunately, hazelcast does
not support this feature so we are setting the property key it expects
instead.

See https://github.com/hazelcast/hazelcast/issues/4943

Closes gh-2743
2015-04-03 15:24:58 +02:00
..
2015-04-03 15:24:58 +02:00
2014-06-01 13:11:25 +01:00
2015-03-27 15:55:42 -07:00