Uses of Interface
javax.cache.integration.CompletionListener
Packages that use CompletionListener
Package
Description
This package contains the API for JCache.
This package contains interfaces for integration.
-
Uses of CompletionListener in javax.cache
Methods in javax.cache with parameters of type CompletionListenerModifier and TypeMethodDescriptionvoid
Cache.loadAll
(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 CompletionListenerModifier and TypeClassDescriptionclass
A CompletionListenerFuture is a CompletionListener implementation that supports being used as a Future.