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 named
Cache is being managed by the
CacheManager . |
<K,V> Cache<K,V> |
CacheManager.getCache(String cacheName)
Looks up a managed
Cache given it's name. |
<K,V> Cache<K,V> |
CacheManager.getCache(String cacheName,
Class<K> keyType,
Class<V> valueType)
Looks up a managed
Cache given it's name. |
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,
EventType eventType)
Constructs a cache entry event from a given cache as source
|
Copyright © 2013. All Rights Reserved.