- All Superinterfaces:
Cache<ID,R>
public interface ConcurrentCache<ID,R>
extends Cache<ID,R>
-
Nested Class Summary
Nested Classes
static interface
static class
-
-
Method Summary
Static Methods
concurrent(Cache<ID,R> delegateCache,
reactor.util.retry.RetryBackoffSpec retrySpec)
concurrent(Cache<ID,R> delegateCache,
reactor.util.retry.RetrySpec retrySpec)
-
-
Method Details
-
-
-
-
concurrent
static <ID,
R> ConcurrentCache<ID,R> concurrent(Cache<ID,R> delegateCache,
reactor.util.retry.RetrySpec retrySpec)
-
concurrent
static <ID,
R> ConcurrentCache<ID,R> concurrent(Cache<ID,R> delegateCache,
reactor.util.retry.RetryBackoffSpec retrySpec)