| Package | Description |
|---|---|
| javax.cache | |
| javax.cache.annotation | |
| javax.cache.event |
| Modifier and Type | Method and Description |
|---|---|
<K,V,C extends Configuration<K,V>> |
CacheManager.createCache(String cacheName,
C configuration) |
<K,V> Cache<K,V> |
CacheManager.getCache(String cacheName) |
<K,V> Cache<K,V> |
CacheManager.getCache(String cacheName,
Class<K> keyType,
Class<V> valueType) |
static <K,V> Cache<K,V> |
Caching.getCache(String cacheName,
Class<K> keyType,
Class<V> valueType) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
CacheResolver.resolveCache(CacheInvocationContext<? extends Annotation> cacheInvocationContext) |
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheEntryEvent.getSource() |
| Constructor and Description |
|---|
CacheEntryEvent(Cache source,
EventType eventType) |
Copyright © 2025. All rights reserved.