public interface RetryContextCache
RetryContext
instances. A null key should never be passed in by the
caller, but if it is then implementations are free to discard the context instead of
saving it (null key means "no information").MapRetryContextCache
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
RetryContext |
get(Object key) |
void |
put(Object key,
RetryContext context) |
void |
remove(Object key) |
RetryContext get(Object key)
void put(Object key, RetryContext context) throws RetryCacheCapacityExceededException
void remove(Object key)
boolean containsKey(Object key)
Copyright © 2018 SpringSource. All rights reserved.