spring-boot/spring-boot-docs
Stephane Nicoll 5febd497da Support customization of CacheManager
This commit allows to customize the auto-configured `CacheManager` by
exposing a bean of type `CacheManagerCustomizer`. The implementation may
reference the type of a `CacheManager` to determine in which case it has
to be invoked.

Several implementations can be provided and ordered using the regular
`Ordered` interface and `@Order` annotation.

Closes gh-5039
2016-02-24 14:00:38 +01:00
..
src/main Support customization of CacheManager 2016-02-24 14:00:38 +01:00
pom.xml Next development version 2016-01-21 18:41:30 -08:00