|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Cache | Specifies all the operations needed to do data caching and avoid useless and slow network requests. |
| Class Summary | |
|---|---|
| AbstractCache | Implements all the operations of the Cache interface. |
| AndroidCache | Uses the SharedPreferences of Android to store the data. |
| CacheableObject | A pair of serializable, expiration date. |
| NoCache | This class is a special implementation of the Cache interface which
is useful if you don't want to do caching. |
| RegularJavaCache | Basic implementation of the Cache interface. |
| Enum Summary | |
|---|---|
| Cache.CacheableOperation | Set of operations which will be cached. |
Operations caching related functionality.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||