Skip to content

Plugin to disable caching of HTTP requests and responses in Cordova apps

License

Notifications You must be signed in to change notification settings

vivascau/cordova-disable-nsurl-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Disable NSURL Cache

Cordova plugin which completely disables the NSURL cache.

Maintainer: Mauro Gadaleta <mauro.gadaleta@wonga.com>

Installation

Cordova:

cordova plugin add com.wongatech.cordova-disable-nsurl-cache

Usage

Add the onload flag to true in your config plugin file

<feature name="CordovaDisableNSURLCache">
    <param name="ios-package" value="CordovaDisableNSURLCache" onload="true"/>
</feature>

Contributing

We ❤️ pull requests!

To contribute:

  • Fork the repo
  • Update README.md and, if necessary, the demo page

About

Plugin to disable caching of HTTP requests and responses in Cordova apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published