Class DelegatingRemoteCache<K,​V>

  • Type Parameters:
    K - key type
    V - value type
    All Implemented Interfaces:
    AutoCloseable, RemoteCache<K,​V>
    Direct Known Subclasses:
    InvalidatedNearRemoteCache

    public abstract class DelegatingRemoteCache<K,​V>
    extends Object
    implements RemoteCache<K,​V>
    Delegates all invocations to the provided underlying RemoteCache but provides extensibility to intercept when a method is invoked.