public class GuavaReactiveCache<E> extends AbstractReactiveCache<E>
AbstractReactiveCache.CacheLoader| 构造器和说明 |
|---|
GuavaReactiveCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Void> |
clear() |
reactor.core.publisher.Mono<Void> |
evict(Object key) |
reactor.core.publisher.Mono<Void> |
evictAll(Iterable<?> key) |
reactor.core.publisher.Flux<E> |
getAll(Object... keys) |
protected reactor.core.publisher.Mono<Object> |
getNow(Object key) |
reactor.core.publisher.Mono<Void> |
putNow(Object key,
Object value) |
getFlux, getFlux, getMono, getMono, putclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflux, monopublic reactor.core.publisher.Mono<Void> evictAll(Iterable<?> key)
evictAll 在接口中 ReactiveCache<E>evictAll 在类中 AbstractReactiveCache<E>protected reactor.core.publisher.Mono<Object> getNow(Object key)
getNow 在类中 AbstractReactiveCache<E>public reactor.core.publisher.Mono<Void> putNow(Object key, Object value)
putNow 在类中 AbstractReactiveCache<E>public reactor.core.publisher.Mono<Void> evict(Object key)
evict 在接口中 ReactiveCache<E>evict 在类中 AbstractReactiveCache<E>public reactor.core.publisher.Flux<E> getAll(Object... keys)
getAll 在接口中 ReactiveCache<E>getAll 在类中 AbstractReactiveCache<E>public reactor.core.publisher.Mono<Void> clear()
clear 在接口中 ReactiveCache<E>clear 在类中 AbstractReactiveCache<E>Copyright © 2016–2023. All rights reserved.