|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MultiGetMRUCacheDataLoader is the interface implemented by Objects that interface with the backing data store of an MRU cache.
Copyright 2002 Sapient
Method Summary | |
Map |
loadData(Set keys)
Loads data from the backing data store and returns it. |
Method Detail |
public Map loadData(Set keys) throws CacheLoadException
keys
- a Set of identifying keys to be used to load
their respective objects.
keys
. (Object) key from
keys
-> (Object) value. If a key does
not have a corresponding value, it should be excluded from
the Map returned.
CacheLoadException
- if the is an exception while loading data
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |