Uses of Interface
javax.cache.CacheLoader

Packages that use CacheLoader
javax.cache This package contains the API for JCache.. 
 

Uses of CacheLoader in javax.cache
 

Methods in javax.cache with parameters of type CacheLoader
 Future<V> Cache.load(K key, CacheLoader<K,V> specificLoader, Object loaderArgument)
          The load method provides a means to "pre load" the cache.
 Future<Map<K,V>> Cache.loadAll(Collection<? extends K> keys, CacheLoader<K,V> specificLoader, Object loaderArgument)
          The loadAll method provides a means to "pre load" objects into the cache.
 



true