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>

public abstract static class ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V> extends ForwardingLoadingCache<K,V>
A simplified version of ForwardingLoadingCache where subclasses can pass in an already constructed LoadingCache as the delegate.
Since:
10.0
  • Field Details

  • Constructor Details

    • SimpleForwardingLoadingCache

      protected SimpleForwardingLoadingCache(LoadingCache<K,V> delegate)
  • Method Details