Uses of Package
javax.cache

Packages that use javax.cache
javax.cache This package contains the API for JCache.. 
javax.cache.event This package contains listeners and scoping interfaces. 
javax.cache.interceptor This package contains annotations for adding caching interceptors to POJOs. 
javax.cache.spi The javax.cache.spi package defines the classes and interfaces that are implemented by the persistence provider for use by the CacheManagerFactory class 
 

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.
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
          A factory for creating CacheManagers using the SPI conventions in the JDK's ServiceLoader For a provider to be discovered by the CacheManagerFactory, it's jar must contain a resource called:
CacheStatistics
          A management bean for cache statistics.
CacheStatus
          Indicates the status in it's lifecycle of a resource.
OptionalFeature
          Optional features that may be present in an implementation.
Serializer.Binary
          Internal storage
 

Classes in javax.cache used by javax.cache.event
Cache.Entry
          A cache entry (key-value pair).
 

Classes in javax.cache used by javax.cache.interceptor
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.
 



Copyright © 2011. All Rights Reserved.