Hi @guillermo_varela these are different things: views and templates.
Ionic’s view cache stores the view’s dom nodes and the scope exactly as they were when the user decided to navigate somewhere else. Later, when the user goes to that view again, Ionic will retrieve and deliver the very same dom elements and scope state to the user.