Class ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>

    • Constructor Detail

      • SimpleForwardingLoadingCache

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

      • delegate

        protected final LoadingCache<K,V> delegate()
        Description copied from class: ForwardingObject
        Returns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such as ForwardingSet.delegate(). Concrete subclasses override this method to supply the instance being decorated.