Home
last modified time | relevance | path

Searched defs:valueLoader (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
DCache.java78 V get(K key, Callable<? extends V> valueLoader) throws ExecutionException; in get()
DForwardingCache.java60 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get()
DAbstractCache.java55 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get()