JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.infinispan.api.common
CacheEntryCollection
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
key()
values()
metadata()
Interface CacheEntryCollection<
K
,
V
>
public interface
CacheEntryCollection<K,
V>
Since:
14.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
K
key
()
CacheEntryMetadata
metadata
()
Collection
<
V
>
values
()
Method Details
key
K
key
()
values
Collection
<
V
>
values
()
metadata
CacheEntryMetadata
metadata
()