Package org.infinispan.persistence.spi
Interface LocalOnlyCacheLoader
- All Known Implementing Classes:
ClusterLoader
Deprecated, for removal: This API element is subject to removal in a future version.
since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
Marker interface for cache loaders that should only load values on the originating nodes.
An example of a loader that uses this interface is
ClusterLoader
.- Since:
- 7.0
- Author:
- Dan Berindei