public static interface ReadThroughCache.Retriever<KK,VV>
| Modifier and Type | Method and Description |
|---|---|
VV |
retrieve(KK key)
Retrieves the value corresponding to the passed key.
|
VV retrieve(KK key) throws InterruptedException
null.InterruptedException