JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
javax.cache
Interface Cache.Entry<K,V>
All Known Subinterfaces:
Cache.MutableEntry
<K,V>,
ExtCacheEntry
<K,V>
All Known Implementing Classes:
ExtCacheEntryFacade
Enclosing interface:
Cache
<
K
,
V
>
public static interface
Cache.Entry<K,V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
K
getKey
()
V
getValue
()
Method Detail
getKey
K
getKey()
getValue
V
getValue()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method