Interface RSetCacheReactive<V>

    • Method Detail

      • add

        reactor.core.publisher.Mono<Boolean> add​(V value,
                                                 long ttl,
                                                 TimeUnit unit)
      • size

        reactor.core.publisher.Mono<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

        reactor.core.publisher.Mono<Set<V>> readAll()
        Read all elements at once
        Returns:
        values