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.integration |
This package contains interfaces for integration.
|
javax.cache.processor |
This package contains the API for Entry Processors.
|
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 |
Class | 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).
|
CacheManager |
A
CacheManager provides a means of establishing, configuring,
acquiring, closing and destroying uniquely named Cache s. |
Class | Description |
---|---|
Cache |
A
Cache is a Map-like data structure that provides temporary storage
of application data. |
Class | 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 | Description |
---|---|
Cache.Entry |
A cache entry (key-value pair).
|
CacheException |
Thrown to indicate an exception has occurred in the Cache.
|
Class | Description |
---|---|
Cache.Entry |
A cache entry (key-value pair).
|
CacheException |
Thrown to indicate an exception has occurred in the Cache.
|
Class | Description |
---|---|
CacheManager |
A
CacheManager provides a means of establishing, configuring,
acquiring, closing and destroying uniquely named Cache s. |
Copyright © 2017. All rights reserved.