|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of objects being loaded by the cache loaderpublic interface CacheLoader<T>
Loads a cached item from its persistent data store. The loader is used by a
ConcurrentCache to load a value when not present in the cache.
Last modified: $Date: 2005/08/15 16:19:34 $
| Method Summary | |
|---|---|
T |
load(Object... args)
Loads a cached item for the concurrent cache. |
| Method Detail |
|---|
T load(Object... args)
null.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||