Class CachesEndpointAutoConfiguration


  • @Configuration
    @ConditionalOnClass(org.springframework.cache.CacheManager.class)
    @AutoConfigureAfter(org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class)
    public class CachesEndpointAutoConfiguration
    extends Object
    Auto-configuration for CachesEndpoint.
    Since:
    2.1.0
    • Method Detail

      • cachesEndpoint

        @Bean
        @ConditionalOnMissingBean
        @ConditionalOnEnabledEndpoint
        public org.springframework.boot.actuate.cache.CachesEndpoint cachesEndpoint​(org.springframework.beans.factory.ObjectProvider<Map<String,​org.springframework.cache.CacheManager>> cacheManagers)
      • cachesEndpointWebExtension

        @Bean
        @ConditionalOnMissingBean
        @ConditionalOnEnabledEndpoint
        @ConditionalOnBean(org.springframework.boot.actuate.cache.CachesEndpoint.class)
        public org.springframework.boot.actuate.cache.CachesEndpointWebExtension cachesEndpointWebExtension​(org.springframework.boot.actuate.cache.CachesEndpoint cachesEndpoint)