Class InvalidationCacheLoaderInterceptor<K,V>

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

public class InvalidationCacheLoaderInterceptor<K,V> extends CacheLoaderInterceptor<K,V>
A CacheLoaderInterceptor extension to add CacheType.INVALIDATION specific logic to load data from persistence.

With invalidation mode, all nodes must read the data from persistence (if the WriteCommand needs it) when executing the command locally.

Since:
16.0