Class ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>

All Implemented Interfaces:
Function<K,V>, Cache<K,V>, LoadingCache<K,V>, Function<K,V>
Enclosing class:
ForwardingLoadingCache<K,V>

A simplified version of ForwardingLoadingCache where subclasses can pass in an already constructed LoadingCache as the delegate.
Since:
10.0
Author:
Charles Fry