public interface ModelCache
| Modifier and Type | Method and Description |
|---|---|
void |
cacheModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
deleteModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
Model |
getModel(String key) |
void |
saveModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.