Uses of Interface
org.infinispan.api.common.MutableCacheEntry
Packages that use MutableCacheEntry
-
Uses of MutableCacheEntry in org.infinispan.api.async
Method parameters in org.infinispan.api.async with type arguments of type MutableCacheEntryModifier and TypeMethodDescriptionAsyncCacheEntryProcessor.process(Flow.Publisher<MutableCacheEntry<K, V>> entries, CacheEntryProcessorContext context) -
Uses of MutableCacheEntry in org.infinispan.api.mutiny
Method parameters in org.infinispan.api.mutiny with type arguments of type MutableCacheEntryModifier and TypeMethodDescriptionio.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyCacheEntryProcessor.process(io.smallrye.mutiny.Multi<MutableCacheEntry<K, V>> entries, CacheEntryProcessorContext context) -
Uses of MutableCacheEntry in org.infinispan.api.sync
Methods in org.infinispan.api.sync with parameters of type MutableCacheEntryModifier and TypeMethodDescriptionSyncCacheEntryProcessor.process(MutableCacheEntry<K, V> entry, CacheEntryProcessorContext context)