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 VSimpleCacheImpl. computeIfPresentInternal(K key, BiFunction<? super K,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref)protected VStatsCollectingCache. computeIfPresentInternal(K key, BiFunction<? super K,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref)protected VSimpleCacheImpl. computeInternal(K key, BiFunction<? super K,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref)protected VStatsCollectingCache. computeInternal(K key, BiFunction<? super K,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref)protected VSimpleCacheImpl. mergeInternal(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref, Metadata metadata)protected VStatsCollectingCache. mergeInternal(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction, SimpleCacheImpl.CacheEntryChange<K,V> ref, Metadata metadata)
-