@Configuration @ConditionalOnMissingBean(value=ReactiveCacheManager.class) @EnableConfigurationProperties(value=ReactiveCacheProperties.class) public class ReactiveCacheManagerConfiguration extends Object
| Constructor and Description |
|---|
ReactiveCacheManagerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ReactiveCacheManager |
reactiveCacheManager(ReactiveCacheProperties properties,
org.springframework.context.ApplicationContext context) |
@Bean public ReactiveCacheManager reactiveCacheManager(ReactiveCacheProperties properties, org.springframework.context.ApplicationContext context)
Copyright © 2016–2021. All rights reserved.