Package org.cache2k

Interface AdvancedKeyValueSource<K,​V>

    • Method Detail

      • getAll

        Map<K,​V> getAll​(Iterable<? extends K> keys)
        Retrieves all values for the given keys. For a more detailed description see the cache interface.
        See Also:
        Cache.getAll(Iterable)