Interface RemoteMultimapCache<K,​V>

    • Method Detail

      • getWithMetadata

        CompletableFuture<MetadataCollection<V>> getWithMetadata​(K key)
        Returns a MetadataCollection of the values associated with key in this multimap cache, if any. Any changes to the retrieved collection won't change the values in this multimap cache. When this method returns an empty metadata collection, it means the key was not found.
        Parameters:
        key - to be retrieved
        Returns:
        the collection with the metadata of the given key