Module spring.retry

Class SoftReferenceMapRetryContextCache

java.lang.Object
org.springframework.retry.policy.AbstractMapRetryContextCache<SoftReference<RetryContext>>
org.springframework.retry.policy.SoftReferenceMapRetryContextCache
All Implemented Interfaces:
RetryContextCache

public class SoftReferenceMapRetryContextCache extends AbstractMapRetryContextCache<SoftReference<RetryContext>>
Map-based implementation of RetryContextCache. The map backing the cache of contexts is synchronized and its entries are soft-referenced, so may be garbage collected under pressure.
Author:
Dave Syer
See Also: