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 POJOs. 
javax.cache.event This package contains listeners and scoping interfaces. 
javax.cache.spi The javax.cache.spi package defines the classes and interfaces that are implemented by the persistence provider for use by the Caching class 
javax.cache.transaction This package contains the API for JCache.. 
 

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).
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.
CacheStatistics
          A management bean for 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.
 

Classes in javax.cache used by javax.cache.event
Cache
          A Cache provides storage of data for later fast retrieval.
 

Classes in javax.cache used by javax.cache.spi
CacheManager
          A CacheManager is used for looking up Caches and controls their lifecycle.
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 © 2011. All Rights Reserved.