Class ClusteredCacheLoaderInterceptor

  • All Implemented Interfaces:
    Visitor, AsyncInterceptor, JmxStatisticsExposer

    public class ClusteredCacheLoaderInterceptor
    extends CacheLoaderInterceptor
    The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the cache loader if needed on a remote node, in certain conditions.
    Since:
    9.0
    Author:
    Manik Surtani