This is a NSURLCache subclass for handeling all web requests that use NSURLRequest. (This includes UIWebView).
The EVURLCache is meant for handeling the following caching strategies:
- The app has to be functional even if there is no internet connection.
- The app has to be functional right after the app has been downloaden from the app store. (This means that the required content can be included in the app.)
- You do want to be a able to download new/updated content if it’s available.
