Uses of Interface
javax.cache.integration.CompletionListener
-
Packages that use CompletionListener Package Description javax.cache This package contains the API for JCache.javax.cache.integration This package contains interfaces for integration. -
-
Uses of CompletionListener in javax.cache
Methods in javax.cache with parameters of type CompletionListener Modifier and Type Method Description void
Cache. loadAll(java.util.Set<? extends K> keys, boolean replaceExistingValues, CompletionListener completionListener)
Asynchronously loads the specified entries into the cache using the configuredCacheLoader
for the given keys. -
Uses of CompletionListener in javax.cache.integration
Classes in javax.cache.integration that implement CompletionListener Modifier and Type Class Description class
CompletionListenerFuture
A CompletionListenerFuture is a CompletionListener implementation that supports being used as a Future.
-