Interface CachingReactiveLoader<T>

  • All Superinterfaces:
    ReactiveLoader

    public interface CachingReactiveLoader<T>
    extends ReactiveLoader
    Defines common reactive operations inherited by query loaders, in particular, interaction with the cache.
    See Also:
    Loader