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