Class NoLoader<K,V>

java.lang.Object
org.apache.commons.jcs3.jcache.NoLoader<K,V>
All Implemented Interfaces:
javax.cache.integration.CacheLoader<K,V>

public class NoLoader<K,V> extends Object implements javax.cache.integration.CacheLoader<K,V>
  • Field Details

  • 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

      public Map<K,V> loadAll(Iterable<? extends K> keys) throws javax.cache.integration.CacheLoaderException
      Specified by:
      loadAll in interface javax.cache.integration.CacheLoader<K,V>
      Throws:
      javax.cache.integration.CacheLoaderException