|
Oracle® Coherence Java API Reference Release 3.7.0.0 E18683-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheLoader
A JCache CacheLoader.
Method Summary | |
---|---|
java.lang.Object |
load(java.lang.Object oKey) Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store. |
java.util.Map |
loadAll(java.util.Collection colKeys) Return the values associated with each the specified keys in the passed collection. |
Method Detail |
---|
java.lang.Object load(java.lang.Object oKey)
oKey
- key whose associated value is to be returnedjava.util.Map loadAll(java.util.Collection colKeys)
colKeys
- a collection of keys to load
|
Oracle® Coherence Java API Reference Release 3.7.0.0 E18683-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |