@AutoConfigureAfter @Import(value=ReloadAheadValueReloader.class) @ConditionalOnClass(name={"org.springframework.data.redis.connection.RedisConnectionFactory","org.springframework.data.redis.cache.RedisCacheManager"}) @Configuration public class RedisCacheRefreshAheadConfiguration extends Object
| Constructor and Description |
|---|
RedisCacheRefreshAheadConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ReloadAheadCacheRetriever |
redisCacheRetriever(org.springframework.data.redis.cache.RedisCacheManager redisCacheManager) |
ReloadAheadKeyRetriever |
redisKeyRetriever(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory,
RedisKeyTransformerService redisKeyTransformerService) |
RedisKeyTransformerService |
redisKeyTransformerService() |
ReloadAheadValueUpdater |
redisValueUpdater() |
ReloadAheadValueReloader |
reloadAheadService(org.springframework.beans.factory.BeanFactory beanFactory) |
ReloadAheadService |
reloadAheadService(RedisCacheRetriever reloadAheadCacheRetriever,
RedisKeyRetriever reloadAheadKeyRetriever,
ReloadAheadValueReloader reloadAheadValueReloader,
RedisValueUpdater reloadAheadValueUpdater) |
@Bean public ReloadAheadValueReloader reloadAheadService(org.springframework.beans.factory.BeanFactory beanFactory)
@Bean public ReloadAheadCacheRetriever redisCacheRetriever(org.springframework.data.redis.cache.RedisCacheManager redisCacheManager)
@Bean public ReloadAheadKeyRetriever redisKeyRetriever(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory, RedisKeyTransformerService redisKeyTransformerService)
@Bean public ReloadAheadValueUpdater redisValueUpdater()
@Bean public RedisKeyTransformerService redisKeyTransformerService()
@Bean public ReloadAheadService reloadAheadService(RedisCacheRetriever reloadAheadCacheRetriever, RedisKeyRetriever reloadAheadKeyRetriever, ReloadAheadValueReloader reloadAheadValueReloader, RedisValueUpdater reloadAheadValueUpdater)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.