Interface RSetCacheRx<V>

    • Method Detail

      • add

        io.reactivex.Flowable<Boolean> add​(V value,
                                           long ttl,
                                           TimeUnit unit)
      • size

        io.reactivex.Flowable<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 RCollectionRx<V>
        Returns:
        size of collection
      • readAll

        io.reactivex.Flowable<Set<V>> readAll()
        Read all elements at once
        Returns:
        values