public class CommandCacheImpl extends Object implements CommandCache
| Constructor and Description |
|---|
CommandCacheImpl(org.springframework.data.redis.core.ReactiveStringRedisTemplate reactiveStringRedisTemplate,
CommandProperties commandProperties) |
public CommandCacheImpl(org.springframework.data.redis.core.ReactiveStringRedisTemplate reactiveStringRedisTemplate,
CommandProperties commandProperties)
public reactor.core.publisher.Mono<String> get(String key)
get in interface CommandCachepublic reactor.core.publisher.Mono<Boolean> cache(String key, String value)
cache in interface CommandCachepublic reactor.core.publisher.Mono<Long> evict(String... keys)
evict in interface CommandCacheCopyright © 2021. All rights reserved.