Uses of Class
de.caluga.morphium.cache.jcache.CacheEntry
-
Packages that use CacheEntry Package Description de.caluga.morphium.cache de.caluga.morphium.cache.jcache -
-
Uses of CacheEntry in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache that return CacheEntry Modifier and Type Method Description <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 CacheEntry Modifier and Type Method Description Map<Class<?>,Map<String,CacheEntry>>MorphiumCacheImpl. getCache()Methods in de.caluga.morphium.cache with parameters of type CacheEntry Modifier and Type Method Description <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 Modifier and Type Method Description voidMorphiumCacheImpl. setCache(Map<Class<?>,Map<String,CacheEntry>> cache) -
Uses of CacheEntry in de.caluga.morphium.cache.jcache
Methods in de.caluga.morphium.cache.jcache with type parameters of type CacheEntry Modifier and Type Method Description <C extends javax.cache.configuration.Configuration<K,CacheEntry<CE>>>
CCacheImpl. getConfiguration(Class<C> clazz)Methods in de.caluga.morphium.cache.jcache that return CacheEntry Modifier and Type Method 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()Methods in de.caluga.morphium.cache.jcache that return types with arguments of type CacheEntry Modifier and Type Method Description Map<K,CacheEntry<CE>>CacheImpl. getAll(Set<? extends K> keys)Iterator<javax.cache.Cache.Entry<K,CacheEntry<CE>>>CacheImpl. iterator()Methods in de.caluga.morphium.cache.jcache with parameters of type CacheEntry Modifier and Type Method Description CacheEntry<CE>CacheImpl. getAndPut(K key, CacheEntry<CE> value)CacheEntry<CE>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 CacheEntry Modifier and Type Method Description voidCacheImpl. 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)<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)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 CacheEntry Constructor Description CEvent(javax.cache.Cache source, javax.cache.event.EventType t, K k, CacheEntry<CE> v, CacheEntry<CE> ov)
-