Interface RSetCacheReactive<V>

    • Method Detail

      • add

        org.reactivestreams.Publisher<Boolean> add​(V value,
                                                   long ttl,
                                                   TimeUnit unit)
      • size

        org.reactivestreams.Publisher<Integer> size()
        Returns the number of elements in cache. This number can reflects expired elements too due to non realtime cleanup process.
        Specified by:
        size in interface RCollectionReactive<V>
        Returns:
        size of collection
      • readAll

        org.reactivestreams.Publisher<Set<V>> readAll()
        Read all elements at once
        Returns:
        values