I'm trying to do some development, but I cannot figure out how to stop it from caching. I have to delete the plugin folder under Caches and Data constantly. It's driving me insane.
I'm trying to do some development, but I cannot figure out how to stop it from caching. I have to delete the plugin folder under Caches and Data constantly. It's driving me insane.
Set the cacheTime parameter in the HTTP.Request / HTML.ElementFromURL / XML.ElementFromURL / JSON.ObjectFromURL function and set the value to 0, like so:
html = HTML.ElementFromURL('http://www......', cacheTime=0)
TYVM.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.