- 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
 
- 
Method Details
- 
load
public V load(K key)
       throws javax.cache.integration.CacheLoaderException 
- Specified by:
 
load in interface javax.cache.integration.CacheLoader<K,V> 
- Throws:
 
javax.cache.integration.CacheLoaderException 
 
- 
loadAll
- Specified by:
 
loadAll in interface javax.cache.integration.CacheLoader<K,V> 
- Throws:
 
javax.cache.integration.CacheLoaderException