|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - the key classV - the value classpublic static interface Cache.Backend<K,V>
A cache backend that can load objects from persistent storage.
| Method Summary | |
|---|---|
V |
load(K key)
Load the object. |
| Method Detail |
|---|
V load(K key)
key - the key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||