Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
javax.cache.integration |
This package contains interfaces for integration.
|
Modifier and Type | Method and Description |
---|---|
void |
Cache.loadAll(Set<? extends K> keys,
boolean replaceExistingValues,
CompletionListener completionListener)
Asynchronously loads the specified entries into the cache using the
configured
CacheLoader for the given keys. |
Modifier and Type | Class and Description |
---|---|
class |
CompletionListenerFuture
A CompletionListenerFuture is a CompletionListener implementation that
supports being used as a Future.
|
Copyright © 2014. All Rights Reserved.