Uses of Package
javax.cache.integration
Packages that use javax.cache.integration
Package
Description
This package contains the API for JCache.
This package contains configuration classes and interfaces.
This package contains interfaces for integration.
-
Classes in javax.cache.integration used by javax.cacheClassDescriptionA CompletionListener is implemented by an application when it needs to be notified of the completion of some Cache operation.
-
Classes in javax.cache.integration used by javax.cache.configurationClassDescriptionUsed when a cache is read-through or when loading data into a cache via the
Cache.loadAll(java.util.Set, boolean, CompletionListener)
method.A CacheWriter is used for write-through to an external resource. -
Classes in javax.cache.integration used by javax.cache.integrationClassDescriptionAn exception to indicate a problem has occurred executing a
CacheLoader
.An exception to indicate a problem has occurred executing aCacheWriter
.A CompletionListener is implemented by an application when it needs to be notified of the completion of some Cache operation.