Uses of Package
javax.cache
Packages that use javax.cache
Package
Description
This package contains the API for JCache.
The annotations in this package provide method interceptors for user supplied
classes.
This package contains event listener interfaces.
This package contains interfaces for integration.
This package contains the API for Entry Processors.
The javax.cache.spi package defines the classes and interfaces that are implemented by the
caching provider for use by the
Caching
class-
Classes in javax.cache used by javax.cacheClassDescriptionA
Cache
is a Map-like data structure that provides temporary storage of application data.A cache entry (key-value pair).Thrown to indicate an exception has occurred in the Cache.ACacheManager
provides a means of establishing, configuring, acquiring, closing and destroying uniquely namedCache
s.Maintains a registry of loadedCachingProvider
s scoped byClassLoader
. -
Classes in javax.cache used by javax.cache.annotation
-
Classes in javax.cache used by javax.cache.eventClassDescriptionA
Cache
is a Map-like data structure that provides temporary storage of application data.A cache entry (key-value pair).Thrown to indicate an exception has occurred in the Cache. -
Classes in javax.cache used by javax.cache.integrationClassDescriptionA cache entry (key-value pair).Thrown to indicate an exception has occurred in the Cache.
-
Classes in javax.cache used by javax.cache.processorClassDescriptionA cache entry (key-value pair).Thrown to indicate an exception has occurred in the Cache.
-
Classes in javax.cache used by javax.cache.spiClassDescriptionA
CacheManager
provides a means of establishing, configuring, acquiring, closing and destroying uniquely namedCache
s.