|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
CacheBuilder<K,V> |
CacheBuilder.setCacheLoader(CacheLoader<K,V> cacheLoader)
Set the cache loader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |