
Remove `spring.cache.config` as it is too generic and does not express enough what is configured. This property is replaced by cache library specific properties, that is `spring.cache.ehcache.config`, `spring.cache.hazelcast.config`, `spring.cache.infinispan.config` and `spring.cache.jcache.config`. See gh-2633