Questions tagged [clear-cache]

84 questions
61
votes
3 answers

How do you clear your Visual Studio cache on Windows Vista?

I have a problem where my ASP.NET controls are not able to be referenced from the code behind files. I found a solution in Stack Overflow question ASP.NET controls cannot be referenced in code-behind in Visual Studio 2008. But I cannot seem to find…
Brian G
  • 53,704
  • 58
  • 125
  • 140
35
votes
4 answers

How to clear the whole cache when using django's page_cache decorator?

I've got a pretty simple site where I'm using the page_cache decorator. I have a cronjob that checks for new data and processes it if it's available. (This is run using management commands executed with crontab) I want to then clear all the page…
monkut
  • 42,176
  • 24
  • 124
  • 155
29
votes
7 answers

Disable autofill on a web form through HTML or JavaScript?

Is there a way to disable autofill in Chrome and other browsers on form fields through HTML or JavaScript? I don't want the browser automatically filling in answers on the forms from previous users of the browser. I know I can clear the cache, but I…
at.
  • 50,922
  • 104
  • 292
  • 461
25
votes
1 answer

How to Programmatically Clear Bluetooth Cache using GattServer

I'm slightly familiar with BLE and I am facing some problem with an inherited code. So the app works like that: With BLE enabled the app scans for devices The app displays the devices found The user selects the device to pair with The app pairs…
14
votes
4 answers

How to clear complete cache in Varnish?

I'm looking for a way to clear the cache for all domains and all URLs in Varnish. Currently, I would need to issue individual commands for each URLs, for example: curl -X PURGE http://example.com/url1 curl -X PURGE http://example.com/url1 curl -X…
laurent
  • 88,262
  • 77
  • 290
  • 428
6
votes
7 answers

How to clear the browser's cache?

When I play an application on Facebook and the game is not loaded, there is a tip saying that the browser's cache should be cleared. How can I clear the browser's cache?
user833129
6
votes
3 answers

Force ajax call to clear cache

I have a cms in which I can change positions of objects. After each position change ajax call updates the whole list of objects. But unfortunately some data is stored in cache and no changes are visible. Is there a way to force clearing cache with…
sasklacz
  • 3,610
  • 10
  • 39
  • 58
6
votes
2 answers

Allowing a non-root user to drop cache

I am carrying out performance tests on a system where I need to ensure I am reading data from the disk, and that it is not just cached (say from earlier tests). I read here that I can drop cache with the command echo 3 | sudo tee…
Peter Cogan
  • 865
  • 1
  • 11
  • 19
4
votes
2 answers

How to keep shared preference data after clearing the cache of application from settings

I have observed that when i click on clear cache in settings>apps>particular app, Shared preference data get deleted. how to keep shared preference data even if i clear the clear the cache? is it possible? if possible means give idea about that
Android
  • 47
  • 2
  • 5
4
votes
1 answer

Symfony2 Command results to File size limit exceeded

I am working on a Symfony2 project. I have built few bundles already and have been developing on the "dev" environment through app_dev.php Now, I feel like I am ready to put this on the prod environment. So I ran this command in the command…
oneofakind
  • 552
  • 17
  • 41
4
votes
0 answers

Phonegap - clear cache in ios app

In my phonegap app, I have a feature to download new JS and HTML files and update into www folder. After updating, I need to clear old cached js & html files (without killing app and relaunching). In Android, I call DroidGap.appView.clearCache(true)…
Linh
  • 63
  • 1
  • 4
4
votes
1 answer

Clear SSL State using vbscript

As a part of my project I have to automate a web application running over secure socket layer. So I have to clear SSL state, Cache, Browsing history using vbscript, after logout, if some account didn't work properly. I have written following code so…
codeomnitrix
  • 4,179
  • 19
  • 66
  • 102
3
votes
6 answers

Is there any way to clear all data stored from the installation of app?

I have an iOS app which stores data in NSUserDefults and many other data is set in cache as a result of web view load, social media signing etc. I want to remove all the data from cache created by the app. Is there any way to do this…
Neenu
  • 6,848
  • 2
  • 28
  • 54
2
votes
1 answer

symfony 4 to 5 cache error when/after upgrade

My problem : Cache Error when upgrading symfony 4.4 to 5.0 (cache clear work on 4.4 ) php : 7.2.5 when upgrade, 7.1 before upgrade Before update symfony 4.4 to 5, i've followed this doc (symfony doc 4.4 to…
2
votes
4 answers

Laravel 5.7 - Unable to run php artisan commands when shifted project to live

I'm new to laravel, My commands of PHP artisan were working fine in localhost. When i shifted my project to live server the commands stopped working and gives me following error: Warning: require(): Invalid date.timezone value 'GST', we selected…
Sania Ishaq
  • 67
  • 10
1
2 3 4 5 6