|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreloaderService
Handles preloading operations, such as HTTP fetches, social data retrieval, or anything else that would benefit from preloading on the server instead of incurring a network request for users.
| Method Summary | |
|---|---|
Collection<PreloadedData> |
preload(Collection<Callable<PreloadedData>> tasks)
Execute preloads with a specific set of preload tasks. |
Collection<PreloadedData> |
preload(Gadget gadget)
Begin all preload operations. |
| Method Detail |
|---|
Collection<PreloadedData> preload(Gadget gadget)
gadget - The gadget that the operations will be performed for.
Collection<PreloadedData> preload(Collection<Callable<PreloadedData>> tasks)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||