Interface LocalOnlyCacheLoader

  • All Known Implementing Classes:
    ClusterLoader

    public interface LocalOnlyCacheLoader
    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