public class NoLoader<K,V> extends Object implements javax.cache.integration.CacheLoader<K,V>
static NoLoader
INSTANCE
V
load(K key)
Map<K,V>
loadAll(Iterable<? extends K> keys)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final NoLoader INSTANCE
public V load(K key) throws javax.cache.integration.CacheLoaderException
load
javax.cache.integration.CacheLoader<K,V>
javax.cache.integration.CacheLoaderException
public Map<K,V> loadAll(Iterable<? extends K> keys) throws javax.cache.integration.CacheLoaderException
loadAll
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.