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