Uses of Interface
org.infinispan.client.hotrod.VersionedMetadata
-
Packages that use VersionedMetadata Package Description org.infinispan.client.hotrod Hot Rod client API. -
-
Uses of VersionedMetadata in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with type parameters of type VersionedMetadata Modifier and Type Method Description <T extends InputStream & VersionedMetadata>
TStreamingRemoteCache. get(K key)
Retrieves the value of the specified key as anInputStream
.
-