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>>
| Constructor and Description |
|---|
CacheLoaderAdapter() |
| Modifier and Type | Method and Description |
|---|---|
javax.cache.integration.CacheLoader<K,V> |
create() |
Map<K,V> |
loadAll(Iterable<? extends K> keys) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.