Interface AdvancedCacheLoader.CacheLoaderTask<K,​V>

  • Enclosing interface:
    AdvancedCacheLoader<K,​V>

    @ThreadSafe
    @Deprecated
    public static interface AdvancedCacheLoader.CacheLoaderTask<K,​V>
    Deprecated.
    since 9.3 The process method is deprecated and thus this class shouldn't be in use any more
    Offers a callback to be invoked for parallel iteration over the entries in an external store. Implementors should be thread safe.