Uses of Class
org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
-
Packages that use SimpleCacheImpl.CacheEntryChange Package Description org.infinispan.cache.impl -
-
Uses of SimpleCacheImpl.CacheEntryChange in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with parameters of type SimpleCacheImpl.CacheEntryChange Modifier and Type Method Description protected V
SimpleCacheImpl. computeIfPresentInternal(K key, BiFunction<? super K,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref)
protected V
StatsCollectingCache. computeIfPresentInternal(K key, BiFunction<? super K,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref)
protected V
SimpleCacheImpl. computeInternal(K key, BiFunction<? super K,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref)
protected V
StatsCollectingCache. computeInternal(K key, BiFunction<? super K,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref)
protected V
SimpleCacheImpl. mergeInternal(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref, Metadata metadata)
protected V
StatsCollectingCache. mergeInternal(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref, Metadata metadata)
-