@Configuration
@ConditionalOnProperty(value="blibli.backend.command.cache.enabled",
havingValue="true")
public class CommandCacheAutoConfiguration
extends Object
| Constructor and Description |
|---|
CommandCacheAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CommandCacheInterceptor |
commandCacheInterceptor(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.springframework.data.redis.core.ReactiveStringRedisTemplate redisTemplate,
CommandProperties commandProperties) |
@Bean public CommandCacheInterceptor commandCacheInterceptor(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.data.redis.core.ReactiveStringRedisTemplate redisTemplate, CommandProperties commandProperties)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.