JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ehcache
Interface Cache.Entry<K,V>
Type Parameters:
K
- the key type
V
- the value type
Enclosing interface:
Cache
<
K
,
V
>
public static interface
Cache.Entry<K,V>
A mapping of key to value held in a
Cache
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
K
getKey
()
Returns the key of this mapping
V
getValue
()
Returns the value of this mapping
Method Detail
getKey
K
getKey()
Returns the key of this mapping
Returns:
the key, not
null
getValue
V
getValue()
Returns the value of this mapping
Returns:
the value, not
null
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method