V - valuepublic interface RSetCacheReactive<V> extends RCollectionReactive<V>
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Boolean> |
add(V value,
long ttl,
TimeUnit unit) |
org.reactivestreams.Publisher<Set<V>> |
readAll()
Read all elements at once
|
org.reactivestreams.Publisher<Integer> |
size()
Returns the number of elements in cache.
|
add, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAllclearExpire, expire, expireAt, expireAt, remainTimeToLiveorg.reactivestreams.Publisher<Integer> size()
size in interface RCollectionReactive<V>Copyright © 2014–2018 The Redisson Project. All rights reserved.