I went through Android WebStorage class http://developer.android.com/reference/android/webkit/WebStorage.html and found that it provides clean ways of deleting storage used by Application Cache and and Web SQL Database api.
I want to know whether equivalent api is available in iOS, if not how can I perform same operations as provided by Android WebStorage class in iOS.