| Package | Description |
|---|---|
| de.caluga.morphium.cache | |
| de.caluga.morphium.cache.jcache |
| Modifier and Type | Method and Description |
|---|---|
<T> CacheEntry<T> |
CacheListener.wouldAddToCache(Object k,
CacheEntry<T> toCache,
boolean updated)
ability to alter cached entries or avoid caching overall
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,Map<String,CacheEntry>> |
MorphiumCacheImpl.getCache() |
| Modifier and Type | Method and Description |
|---|---|
<T> CacheEntry<T> |
CacheListener.wouldAddToCache(Object k,
CacheEntry<T> toCache,
boolean updated)
ability to alter cached entries or avoid caching overall
|
<T> boolean |
CacheListener.wouldRemoveEntryFromCache(Object key,
CacheEntry<T> toRemove,
boolean expired) |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumCacheImpl.setCache(Map<Class<?>,Map<String,CacheEntry>> cache) |
| Modifier and Type | Method and Description |
|---|---|
<C extends javax.cache.configuration.Configuration<K,CacheEntry<CE>>> |
CacheImpl.getConfiguration(Class<C> clazz) |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry<CE> |
CacheImpl.get(K key) |
CacheEntry<CE> |
CacheImpl.getAndPut(K key,
CacheEntry<CE> value) |
CacheEntry<CE> |
CacheImpl.getAndRemove(K key) |
CacheEntry<CE> |
CacheImpl.getAndReplace(K key,
CacheEntry<CE> value) |
CacheEntry<CE> |
CacheImpl.CEvent.getOldValue() |
CacheEntry<CE> |
CacheImpl.CEvent.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Map<K,CacheEntry<CE>> |
CacheImpl.getAll(Set<? extends K> keys) |
Iterator<javax.cache.Cache.Entry<K,CacheEntry<CE>>> |
CacheImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry<CE> |
CacheImpl.getAndPut(K key,
CacheEntry<CE> value) |
CacheEntry<CE> |
CacheImpl.getAndReplace(K key,
CacheEntry<CE> value) |
void |
CacheImpl.put(K key,
CacheEntry<CE> value) |
boolean |
CacheImpl.putIfAbsent(K key,
CacheEntry<CE> value) |
boolean |
CacheImpl.remove(K key,
CacheEntry<CE> oldValue) |
boolean |
CacheImpl.replace(K key,
CacheEntry<CE> value) |
boolean |
CacheImpl.replace(K key,
CacheEntry<CE> oldValue,
CacheEntry<CE> newValue) |
boolean |
CacheImpl.replace(K key,
CacheEntry<CE> oldValue,
CacheEntry<CE> newValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheImpl.deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,CacheEntry<CE>> cacheEntryListenerConfiguration) |
<T> T |
CacheImpl.invoke(K key,
javax.cache.processor.EntryProcessor<K,CacheEntry<CE>,T> entryProcessor,
Object... arguments) |
<T> Map<K,javax.cache.processor.EntryProcessorResult<T>> |
CacheImpl.invokeAll(Set<? extends K> keys,
javax.cache.processor.EntryProcessor<K,CacheEntry<CE>,T> entryProcessor,
Object... arguments) |
void |
CacheImpl.putAll(Map<? extends K,? extends CacheEntry<CE>> map) |
void |
CacheImpl.registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,CacheEntry<CE>> cacheEntryListenerConfiguration) |
| Constructor and Description |
|---|
CEvent(javax.cache.Cache source,
javax.cache.event.EventType t,
K k,
CacheEntry<CE> v,
CacheEntry<CE> ov) |
CEvent(javax.cache.Cache source,
javax.cache.event.EventType t,
K k,
CacheEntry<CE> v,
CacheEntry<CE> ov) |
Copyright © 2019. All rights reserved.