@Configuration @ConditionalOnClass(value=org.springframework.cache.CacheManager.class) @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class) public class CachesEndpointAutoConfiguration extends Object
| Constructor and Description |
|---|
CachesEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CachesEndpoint |
cachesEndpoint(org.springframework.beans.factory.ObjectProvider<Map<String,org.springframework.cache.CacheManager>> cacheManagers) |
CachesEndpointWebExtension |
cachesEndpointWebExtension(CachesEndpoint cachesEndpoint) |
@Bean @ConditionalOnMissingBean @ConditionalOnEnabledEndpoint public CachesEndpoint cachesEndpoint(org.springframework.beans.factory.ObjectProvider<Map<String,org.springframework.cache.CacheManager>> cacheManagers)
@Bean @ConditionalOnMissingBean @ConditionalOnEnabledEndpoint @ConditionalOnBean(value=org.springframework.boot.actuate.cache.CachesEndpoint.class) public CachesEndpointWebExtension cachesEndpointWebExtension(CachesEndpoint cachesEndpoint)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.