Uses of Class
de.caluga.morphium.cache.jcache.CacheEntry
Packages that use CacheEntry
-
Uses of CacheEntry in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache that return CacheEntryModifier and TypeMethodDescription<T> CacheEntry<T>CacheListener.wouldAddToCache(Object k, CacheEntry<T> toCache, boolean updated) ability to alter cached entries or avoid caching overallMethods in de.caluga.morphium.cache that return types with arguments of type CacheEntryModifier and TypeMethodDescriptionMap<Class<?>,Map<String, CacheEntry>> MorphiumCacheImpl.getCache()Methods in de.caluga.morphium.cache with parameters of type CacheEntryModifier and TypeMethodDescription<T> CacheEntry<T>CacheListener.wouldAddToCache(Object k, CacheEntry<T> toCache, boolean updated) ability to alter cached entries or avoid caching overall<T> booleanCacheListener.wouldRemoveEntryFromCache(Object key, CacheEntry<T> toRemove, boolean expired) Method parameters in de.caluga.morphium.cache with type arguments of type CacheEntry -
Uses of CacheEntry in de.caluga.morphium.cache.jcache
Methods in de.caluga.morphium.cache.jcache with type parameters of type CacheEntryModifier and TypeMethodDescription<C extends javax.cache.configuration.Configuration<K,CacheEntry<CE>>>
CCacheImpl.getConfiguration(Class<C> clazz) Methods in de.caluga.morphium.cache.jcache that return CacheEntryModifier and TypeMethodDescriptionCacheImpl.getAndPut(K key, CacheEntry<CE> value) CacheImpl.getAndRemove(K key) CacheImpl.getAndReplace(K key, CacheEntry<CE> value) CacheImpl.CEvent.getOldValue()CacheImpl.CEvent.getValue()Methods in de.caluga.morphium.cache.jcache that return types with arguments of type CacheEntryModifier and TypeMethodDescriptionMap<K,CacheEntry<CE>> Iterator<javax.cache.Cache.Entry<K,CacheEntry<CE>>> CacheImpl.iterator()Methods in de.caluga.morphium.cache.jcache with parameters of type CacheEntryModifier and TypeMethodDescriptionCacheImpl.getAndPut(K key, CacheEntry<CE> value) CacheImpl.getAndReplace(K key, CacheEntry<CE> value) voidCacheImpl.put(K key, CacheEntry<CE> value) booleanCacheImpl.putIfAbsent(K key, CacheEntry<CE> value) booleanCacheImpl.remove(K key, CacheEntry<CE> oldValue) booleanCacheImpl.replace(K key, CacheEntry<CE> value) booleanCacheImpl.replace(K key, CacheEntry<CE> oldValue, CacheEntry<CE> newValue) Method parameters in de.caluga.morphium.cache.jcache with type arguments of type CacheEntryModifier and TypeMethodDescriptionvoidCacheImpl.deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, CacheEntry<CE>> cacheEntryListenerConfiguration) <T> TCacheImpl.invoke(K key, javax.cache.processor.EntryProcessor<K, CacheEntry<CE>, T> entryProcessor, Object... arguments) CacheImpl.invokeAll(Set<? extends K> keys, javax.cache.processor.EntryProcessor<K, CacheEntry<CE>, T> entryProcessor, Object... arguments) voidCacheImpl.putAll(Map<? extends K, ? extends CacheEntry<CE>> map) voidCacheImpl.registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, CacheEntry<CE>> cacheEntryListenerConfiguration) Constructors in de.caluga.morphium.cache.jcache with parameters of type CacheEntryModifierConstructorDescriptionCEvent(javax.cache.Cache source, javax.cache.event.EventType t, K k, CacheEntry<CE> v, CacheEntry<CE> ov)