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<Long> |
size()
Returns the number of elements in cache.
|
add, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll
clearExpire, expire, expireAt, expireAt, remainTimeToLive
org.reactivestreams.Publisher<Long> size()
size
in interface RCollectionReactive<V>
Copyright © 2014–2017 The Redisson Project. All rights reserved.