@Import(value=ReloadAheadService.class) @Conditional(value=EnableCachingCondition.class) @EnableConfigurationProperties(value=ReloadAheadProperties.class) @Configuration public class CacheRefreshAheadConfiguration extends Object
| Constructor and Description |
|---|
CacheRefreshAheadConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ReloadAheadCacheRefreshAheadScheduler |
reloadAheadCacheRefreshAheadScheduler(ReloadAheadProperties reloadAheadProperties,
ReloadAheadService reloadAheadService) |
ReloadAheadKeyGenerator |
reloadAheadKeyGenerator() |
@Bean public ReloadAheadKeyGenerator reloadAheadKeyGenerator()
@Bean public ReloadAheadCacheRefreshAheadScheduler reloadAheadCacheRefreshAheadScheduler(ReloadAheadProperties reloadAheadProperties, ReloadAheadService reloadAheadService)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.