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.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 provides storage of data for later fast retrieval.
|
Cache.Entry
A cache entry (key-value pair).
|
Cache.EntryProcessor
Allows execution of code which may mutate a cache entry with exclusive
access (including reads) to that entry.
|
Cache.MutableEntry
An accessor and mutator to the underlying Cache
|
CacheException
Thrown to indicate an exception has occurred in the Cache.
|
CacheLifecycle
Cache resources may have non-trivial initialisation and disposal procedures.
|
CacheLoader
Used when a cache is read-through or when loading data into a cache via the
and
Cache#loadAll(Iterable, javax.cache.event.CompletionListener) method. |
CacheManager
A CacheManager is used for establishing, looking up and managing the lifecycle
of zero or more Caches.
|
CacheWriter
A CacheWriter is used for write-through to an underlying resource.
|
Configuration
A read-only representation of a
Cache configuration. |
Configuration.Duration
A time duration.
|
ExpiryPolicy
Defines functions to determine when cache entries will expire based on
creation, access and modification operations.
|
Factory
Constructs and returns a fully configured instance of a specific type.
|
MutableConfiguration
A simple mutable implementation of a
Configuration . |
OptionalFeature
Optional features that may be present in an implementation.
|
Status
Indicates the lifecycle status of a resource.
|
Class and Description |
---|
Cache
A Cache provides storage of data for later fast retrieval.
|
CacheException
Thrown to indicate an exception has occurred in the Cache.
|
Class and Description |
---|
Cache
A Cache provides storage of data for later fast retrieval.
|
CacheException
Thrown to indicate an exception has occurred in the Cache.
|
Class and Description |
---|
CacheManager
A CacheManager is used for establishing, looking up and managing the lifecycle
of zero or more Caches.
|
OptionalFeature
Optional features that may be present in an implementation.
|
Class and Description |
---|
CacheException
Thrown to indicate an exception has occurred in the Cache.
|
Copyright © 2013. All Rights Reserved.