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.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
CacheException
          Thrown to indicate an exception has occurred in the Cache.
CacheLifecycle
          Cache resources may have non-trivial initialisation and disposal procedures.
CacheLoader
          Used when a cache is read-through or when loading data into a cache via the Cache.load(Object) and Cache.loadAll(java.util.Set) methods.
CacheManager
          A CacheManager is used for establishing, looking up and managing the lifecycle of zero or more Caches.
CacheManagerFactory
          Manages CacheManager instances.
CacheMXBean
          A management bean for cache.
CacheStatisticsMXBean
          Cache statistics.
CacheWriter
          A CacheWriter is used for write-through to an underlying resource.
CachingShutdownException
          Thrown to indicate an exception has occurred in an aggregate Caching shutdown procedure.
Configuration
          A read-only representation of a Cache configuration.
Configuration.Duration
          A time duration.
ExpiryPolicy
          Defines functions to determine when cache entries will expire based on creation, access and modification operations.
MutableConfiguration
          A simple mutable implementation of a Configuration.
OptionalFeature
          Optional features that may be present in an implementation.
Status
          Indicates the lifecycle status 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.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 © 2013. All Rights Reserved.