Class CachesEndpointAutoConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration

@AutoConfiguration(after=org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class) @ConditionalOnClass(org.springframework.cache.CacheManager.class) @ConditionalOnAvailableEndpoint(org.springframework.boot.actuate.cache.CachesEndpoint.class) public class CachesEndpointAutoConfiguration extends Object
Auto-configuration for CachesEndpoint.
Since:
2.1.0
  • Constructor Details

    • CachesEndpointAutoConfiguration

      public CachesEndpointAutoConfiguration()
  • Method Details

    • cachesEndpoint

      @Bean @ConditionalOnMissingBean public org.springframework.boot.actuate.cache.CachesEndpoint cachesEndpoint(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
    • cachesEndpointWebExtension

      @Bean @ConditionalOnMissingBean @ConditionalOnBean(org.springframework.boot.actuate.cache.CachesEndpoint.class) @ConditionalOnAvailableEndpoint(exposure=WEB) public org.springframework.boot.actuate.cache.CachesEndpointWebExtension cachesEndpointWebExtension(org.springframework.boot.actuate.cache.CachesEndpoint cachesEndpoint)