Class CacheLoaderAdapter<K,V>

java.lang.Object
org.apache.commons.jcs3.jcache.extras.loader.CacheLoaderAdapter<K,V>
All Implemented Interfaces:
Serializable, javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,V>>, javax.cache.integration.CacheLoader<K,V>

public abstract class CacheLoaderAdapter<K,V> extends Object implements javax.cache.integration.CacheLoader<K,V>, javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,V>>
See Also:
  • Constructor Details

  • Method Details

    • 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
    • create

      public javax.cache.integration.CacheLoader<K,V> create()
      Specified by:
      create in interface javax.cache.configuration.Factory<K>