Class ClusteredCacheLoaderInterceptor<K,V>

All Implemented Interfaces:
Visitor, AsyncInterceptor, JmxStatisticsExposer, PersistenceManager.StoreChangeListener, EntryLoader<K,V>
Direct Known Subclasses:
PassivationClusteredCacheLoaderInterceptor

public class ClusteredCacheLoaderInterceptor<K,V> extends CacheLoaderInterceptor<K,V>
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