- All Implemented Interfaces:
- javax.cache.integration.CacheLoader<K,V>
public class NoLoader<K,V>
extends Object
implements javax.cache.integration.CacheLoader<K,V> 
- 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
- 
Method Details
- 
loadpublic V load(K key)
       throws javax.cache.integration.CacheLoaderException 
- Specified by:
- loadin interface- javax.cache.integration.CacheLoader<K,V>
- Throws:
- javax.cache.integration.CacheLoaderException
 
- 
loadAll
- Specified by:
- loadAllin interface- javax.cache.integration.CacheLoader<K,V>
- Throws:
- javax.cache.integration.CacheLoaderException