Uses of Package
javax.cache

Packages that use javax.cache
javax.cache

This package contains the API for JCache. 

javax.cache.annotation This package contains annotations for adding caching interceptors to java objects 
javax.cache.event This package contains event listener interfaces. 
javax.cache.mbeans Defines MXBeans for the cache. 
javax.cache.spi The javax.cache.spi package defines the classes and interfaces that are implemented by the caching provider for use by the Caching class 
javax.cache.transaction This package contains the transactional support for JCache API. 
 

Classes in javax.cache used by javax.cache
Cache
          A Cache provides storage of data for later fast retrieval.
Cache.Entry
          A cache entry (key-value pair).
Cache.EntryProcessor
          Allows execution of code which may mutate a cache entry with exclusive access (including reads) to that entry.
Cache.MutableEntry
          An accessor and mutator to the underlying Cache
CacheBuilder
          A CacheBuilder is used for creating Caches.
CacheConfiguration
          Information on how a cache is configured.
CacheConfiguration.Duration
          A time duration.
CacheConfiguration.ExpiryType
          Type of Expiry
CacheException
          Thrown to indicate an exception has occurred in the Cache.
CacheLifecycle
          Cache resources may have non-trivial initialisation and disposal procedures.
CacheLoader
          Used for read-through caching and loading data into a cache.
CacheManager
          A CacheManager is used for looking up Caches and controls their lifecycle.
CacheManagerFactory
          Manages CacheManager instances.
CacheStatistics
          Cache statistics.
CacheWriter
          A CacheWriter is used for write-through and write-behind caching to a underlying resource.
CachingShutdownException
          Thrown to indicate an exception has occurred in an aggregate Caching shutdown procedure.
OptionalFeature
          Optional features that may be present in an implementation.
Status
          Indicates the status in it's lifecycle of a resource.
 

Classes in javax.cache used by javax.cache.annotation
Cache
          A Cache provides storage of data for later fast retrieval.
CacheException
          Thrown to indicate an exception has occurred in the Cache.
 

Classes in javax.cache used by javax.cache.event
Cache
          A Cache provides storage of data for later fast retrieval.
CacheException
          Thrown to indicate an exception has occurred in the Cache.
 

Classes in javax.cache used by javax.cache.mbeans
CacheStatistics
          Cache statistics.
Status
          Indicates the status in it's lifecycle of a resource.
 

Classes in javax.cache used by javax.cache.spi
CacheManagerFactory
          Manages CacheManager instances.
OptionalFeature
          Optional features that may be present in an implementation.
 

Classes in javax.cache used by javax.cache.transaction
CacheException
          Thrown to indicate an exception has occurred in the Cache.
 



Copyright © 2012. All Rights Reserved.