I just learned that Ionic Framework implements page caching / cache view. But is it possible for my app to cache user's last access of the pages? Say for example. I have index, about, contact and latest pages. I want my app to cache the latest access of all pages so whenever his mobile doesn't have internet connection still he can view the all pages he accessed. But the problem is, especially on latest page, this page constantly updated by the server so I need to only cache it if it is the last access of that page before he close the app or lost internet connection. (sorry for my bad english, it is very hard to explain in a foreign language).