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()
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)
Copyright © 2021. All rights reserved.