I have a mobile site for which I am creating a native app. I am mainly using a UIWebView to load the pages from my mobile site in the app. I want to make the app more responsive. The site isn't heavy on images but has a few HTML forms and stuff. It is mainly a ticket booking system, where you login, book tickets, cancel tickets, etc.
Do I need to use an NSURLCache for such an app? The html forms on the mobile site seldom change. Is there a way to cache the html pages. What is the recommended way of implementing this.