| Package | Description |
|---|---|
| com.caucho.cache | |
| com.caucho.cache.annotation | |
| com.caucho.cache.event |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
CacheBuilder.build() |
<K,V> Cache<K,V> |
CacheManager.configureCache(java.lang.String cacheName,
Configuration<K,V> configuration) |
<K,V> Cache<K,V> |
CacheManager.getCache(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Cache<?,?>> |
CacheManager.getCaches() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
CacheResolver.resolveCache(CacheInvocationContext<? extends java.lang.annotation.Annotation> cacheInvocationContext) |
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheEntryEvent.getSource() |
| Constructor and Description |
|---|
CacheEntryEvent(Cache source) |