Class to return annotated data. Currently, the only annotation is whether the data is stale or not.
| T |
get()
Returns the data that is annotated by this class.
|
| boolean |
Returns the data that is annotated by this class.
Returns true if the data returned by get()
is stale. This usually indicates that there was a network error and data was returned
from the local cache.