-
Returns a
CacheLoader
which wraps
loader
, executing calls to
reload(K, V)
using
executor
.
Returns a cache loader that uses function
to load keys, without supporting either
reloading or bulk loading.
Returns a cache loader based on an existing supplier instance.
Returns a
CacheLoader
which wraps
loader
, executing calls to
reload(K, V)
using
executor
.
Builds a cache, which either returns an already-loaded value for a given key or atomically
computes or retrieves it using the supplied CacheLoader
.