|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Cache.Entry<K,V>
A cache entry (key-value pair).
| Method Summary | |
|---|---|
K |
getKey()
Returns the key corresponding to this entry. |
V |
getValue()
Returns the value stored in the cache when this entry was created. |
| Method Detail |
|---|
K getKey()
V getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||