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 temporary storage 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.
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:
CacheStatisticsMBean
          A management bean for caches.
Lifecycle
          Cache resources may have non-trivial initialisation and disposal procedures.
Serializer.Binary
          Internal storage
Status
          Indicates the status in it's lifecycle of a resource.
 

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 temporary storage 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.
 



Copyright © 2011. All Rights Reserved.