| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| javax.cache.event |
This package contains event listener interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cache.loadAll(Iterable<? extends K> keys,
boolean replaceExistingValues,
CompletionListener listener)
The loadAll method provides a means to "pre-load" objects into the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompletionListenerFuture
A CompletionListenerFuture is a CompletionListener implementation that
supports being used as a Future.
|
Copyright © 2013. All Rights Reserved.