| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
CacheManager.configureCache(String cacheName,
Configuration<K,V> configuration)
Ensures that a
Cache conforming to the specified Configuration
is being managed by the CacheManager. |
<K,V> Cache<K,V> |
CacheManager.getCache(String cacheName)
Looks up a
Cache given it's name. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Cache<?,?>> |
CacheManager.getCaches()
Returns an Iterable over the caches managed by this CacheManager.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
CacheResolver.resolveCache(CacheInvocationContext<? extends Annotation> cacheInvocationContext)
Resolve the
Cache to use for the CacheInvocationContext. |
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheEntryEvent.getSource() |
| Constructor and Description |
|---|
CacheEntryEvent(Cache source)
Constructs a cache entry event from a given cache as source
|
Copyright © 2013. All Rights Reserved.