ReactiveRedisCacheProvider
SpringCacheableProvider
public interface ReactiveCacheProvider
default CacheType
cacheType()
reactor.core.publisher.Mono<Object>
lookup(Object request, String cachePrefix)
reactor.core.publisher.Mono<Boolean>
save(Object request, Object response, String cachePrefix, java.time.Duration ttl)
default CacheType cacheType()
CacheType
reactor.core.publisher.Mono<Object> lookup(Object request, String cachePrefix)
request
cachePrefix
reactor.core.publisher.Mono<Boolean> save(Object request, Object response, String cachePrefix, java.time.Duration ttl)
response
ttl