Uses of Interface
org.infinispan.api.async.AsyncStreamingCache.CacheEntryPublisher
Packages that use AsyncStreamingCache.CacheEntryPublisher
-
Uses of AsyncStreamingCache.CacheEntryPublisher in org.infinispan.api.async
Methods in org.infinispan.api.async that return AsyncStreamingCache.CacheEntryPublisherModifier and TypeMethodDescriptionInitiates a streaming put operation.AsyncStreamingCache.put(K key, CacheWriteOptions metadata) Initiates a streaming put operation.AsyncStreamingCache.putIfAbsent(K key) A conditional form of put which inserts an entry into the cache only if no mapping for the key is already present.AsyncStreamingCache.putIfAbsent(K key, CacheWriteOptions metadata) A conditional form of put which inserts an entry into the cache only if no mapping for the key is already present.