Package org.infinispan.persistence.util
-
Interface Summary Interface Description EntryLoader<K,V> Interface that describes methods used for loading entries from the underlyingPersistenceManager
and store those entries into theDataContainer
if necessary. -
Class Summary Class Description PersistenceManagerCloseableSupplier<K,V> Deprecated. This class is to be removed whenAdvancedCacheLoader.process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean)
is removed