| Class | Description |
|---|---|
| ForwardingCacheLoader<K,V> |
A
ForwardingCacheLoader.SimpleForwardingCacheLoader which forwards all its method calls to another ForwardingCacheLoader.SimpleForwardingCacheLoader. |
| ForwardingCacheLoader.SimpleForwardingCacheLoader<K,V> |
A simplified version of
ForwardingCacheLoader where subclasses can pass in an already
constructed CacheLoader as the delegate. |
| RetryingCacheLoaderDecorator<K,V> |
A decorator of
CacheLoader instances having any combination of the following features:
exponential backoff based on a particular Throwable type
These features are all optional; cache loaders can be created using all or none of them. |
| RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> | |
| RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V> |
Copyright © 2009-2013 jclouds. All Rights Reserved.