| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| javax.cache.annotation |
The annotations in this package provide method interceptors for user supplied classes.
|
| javax.cache.event |
This package contains event listener interfaces.
|
| javax.cache.expiry |
This package contains expiry policies
|
| javax.cache.integration |
This package contains interfaces for integration.
|
| 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.
|
| Class and Description |
|---|
| Cache
A
Cache is a Map-like data structure that provides temporary storage
of application data. |
| Cache.Entry
A cache entry (key-value pair).
|
| Cache.EntryProcessor
An invocable function that allows applications to perform compound
operations on a
Cache.Entry atomically, according the defined
consistency of a Cache. |
| Cache.MutableEntry
A mutable representation of a
Cache Cache.Entry. |
| CacheException
Thrown to indicate an exception has occurred in the Cache.
|
| CacheManager
A
CacheManager provides a means of establishing, configuring,
acquiring, closing and destroying uniquely named Caches. |
| Class and Description |
|---|
| Cache
A
Cache is a Map-like data structure that provides temporary storage
of application data. |
| CacheException
Thrown to indicate an exception has occurred in the Cache.
|
| Class and Description |
|---|
| Cache
A
Cache is a Map-like data structure that provides temporary storage
of application data. |
| Cache.Entry
A cache entry (key-value pair).
|
| CacheException
Thrown to indicate an exception has occurred in the Cache.
|
| Class and Description |
|---|
| Cache.Entry
A cache entry (key-value pair).
|
| Class and Description |
|---|
| Cache.Entry
A cache entry (key-value pair).
|
| Class and Description |
|---|
| CacheManager
A
CacheManager provides a means of establishing, configuring,
acquiring, closing and destroying uniquely named Caches. |
| Class and Description |
|---|
| CacheException
Thrown to indicate an exception has occurred in the Cache.
|
Copyright © 2013. All Rights Reserved.