|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
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.Entry
A cache entry (key-value pair). |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |