Uses of Class
org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
-
Uses of SimpleCacheImpl.CacheEntryChange in org.infinispan.cache.impl
Modifier and TypeMethodDescriptionprotected 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)