Package org.ehcache
Interface Cache.Entry<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetKey()Returns the key of this mappingVgetValue()Returns the value of this mapping
-
| Modifier and Type | Method | Description |
|---|---|---|
K |
getKey() |
Returns the key of this mapping
|
V |
getValue() |
Returns the value of this mapping
|