I'm using AQuery and referencing with this page: https://code.google.com/p/android-query/wiki/AsyncAPI
Is there a way that when the device is offline, an ajax call can use the cached data, but still let that expire when the device gets back online? Through some testing it seems that once the cached data expires, it just goes away, but I want it to pull from that cache when the device is offline.