@AutoConfiguration(after=CacheAutoConfiguration.class) @ConditionalOnClass(value=org.springframework.cache.CacheManager.class) @ConditionalOnAvailableEndpoint(endpoint=CachesEndpoint.class) public class CachesEndpointAutoConfiguration extends Object
Constructor and Description |
---|
CachesEndpointAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
CachesEndpoint |
cachesEndpoint(Map<String,CacheManager> cacheManagers) |
CachesEndpointWebExtension |
cachesEndpointWebExtension(CachesEndpoint cachesEndpoint) |
@Bean @ConditionalOnMissingBean public CachesEndpoint cachesEndpoint(Map<String,CacheManager> cacheManagers)
@Bean @ConditionalOnMissingBean @ConditionalOnBean(value=CachesEndpoint.class) @ConditionalOnAvailableEndpoint(exposure={WEB,CLOUD_FOUNDRY}) public CachesEndpointWebExtension cachesEndpointWebExtension(CachesEndpoint cachesEndpoint)