@Beta
public abstract class ForwardingCacheLoader<K,V>
extends com.google.common.cache.CacheLoader<K,V>
ForwardingCacheLoader.SimpleForwardingCacheLoader which forwards all its method calls to another ForwardingCacheLoader.SimpleForwardingCacheLoader.
Subclasses should override one or more methods to modify the behavior of the backing cache as
desired per the decorator pattern.| Modifier and Type | Class and Description |
|---|---|
static class |
ForwardingCacheLoader.SimpleForwardingCacheLoader<K,V>
A simplified version of
ForwardingCacheLoader where subclasses can pass in an already
constructed CacheLoader as the delegate. |
| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingCacheLoader()
Constructor for use by subclasses.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.