Uses of Interface
org.infinispan.api.common.CacheEntryMetadata
Packages that use CacheEntryMetadata
Package
Description
-
Uses of CacheEntryMetadata in org.infinispan.api.async
Methods in org.infinispan.api.async that return types with arguments of type CacheEntryMetadata -
Uses of CacheEntryMetadata in org.infinispan.api.common
Methods in org.infinispan.api.common that return CacheEntryMetadata -
Uses of CacheEntryMetadata in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny that return types with arguments of type CacheEntryMetadataModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<CacheEntryMetadata> MutinyStreamingCache.CacheEntrySubscriber.metadata() -
Uses of CacheEntryMetadata in org.infinispan.api.sync
Methods in org.infinispan.api.sync with type parameters of type CacheEntryMetadataModifier and TypeMethodDescriptiondefault <T extends InputStream & CacheEntryMetadata>
TRetrieves the value of the specified key as anInputStream.<T extends InputStream & CacheEntryMetadata>
TSyncStreamingCache.get(K key, CacheOptions options) Retrieves the value of the specified key as anInputStream.