Questions tagged [clear-cache]

84 questions
1
vote
2 answers

Clear cache with greasemonkey

I have a web application running in a kiosk, which is set up with greasemonkey so that we can customize little things about the application and ensure the customizations only occur at the kiosk. I have been digging through the GM api hoping that it…
user35288
1
vote
1 answer

Difference between drop cache through shell command and "clear cache" button in application

anyone can explain what's the different between drop cache with this code : echo 3 > /proc/sys/vm/drop_caches and the classic "Clear cache" button in the app information? Thanks
Atlas91
  • 5,754
  • 17
  • 69
  • 141
1
vote
1 answer

webbrowsercontrol issue, clear cache not working?

I'm using a webbrowsercontrol to show .pdf's stored locally. At button press I want the webbrowser to show an empty page/nothing and I want to move the .pdf to a different folder. First I tried navigating to "" before moving but my .pdf was used by…
1
vote
3 answers

How to force jQuery Validation to re-validate the whole form every time when called?

I'm about to realize the validation of a pretty massive form. In some cases I have to compare (conditions) different input values to validate. Following example given: function frmDealValidation () { var validator = $("#frmDeal").validate({ …
KiwiJuicer
  • 1,952
  • 14
  • 28
1
vote
0 answers

How to clear methodcacheinterceptor cache

I am developing a web application where I wrote a method, in that method I called a json url and parsing that and store in a pojo class. I just cache this method using methodcacheinterceptor concept, My xml configuration below:
karthi
  • 147
  • 1
  • 13
0
votes
1 answer

How to clear cache in Edge/Chrome (Shaft engine & Selenium 4.0) Java

I was facing a problem that a web page is always cached when am trying to run an automation script on it however manually its working fine so I'm trying to clear http cache I already did it for Firefox but now I'm trying to clear it for Edge and…
0
votes
0 answers

How to clear certain images from cache Glide

I am gonna make image cache strategy like: i have 2 url for 1 image, first 34×34 px i use as a thumb and second main 300×300px. I need to cache both, but second type (300×300) i want to clear once a week with work manager. How to make it with…
0
votes
0 answers

Clearing caches of browser by javascript sometimes

How can I clear all cache of browser by javascript? Thank I tried some codes that I found from ai chats. I saw some ways to solve in this problem but they didn't work please help me to solve this problem I use version or reload but they didn't work…
0
votes
1 answer

Android: How to Clear data on app update from Playstore

When I release an update for my app in Playstore, mostly it doesn't require clear Data/cache. But sometimes we want it to clear data on Update. Is there a way, maybe a flag to enable, to automatically clear my App Data or Cache for a specific…
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
0
votes
2 answers

How can I clear the cache of the frontend in my Smfony controller?

I would like to clear the website cache of my frontend whenever I make an update of a page in the backend. This is my approach: use FOS\HttpCacheBundle\CacheManager; class ProjectController extends AbstractRestController { private CacheManager…
peace_love
  • 6,229
  • 11
  • 69
  • 157
0
votes
1 answer

Clear Edge Chromium Cache via script on Windows

in history we have provided a script to delete IE cache to users and ask them to run it after updates etc. Now we are switching to Edge and we would like to provide the same script for Edge. There is the same question but quite old: Is there any way…
HaPi
  • 104
  • 3
  • 7
0
votes
1 answer

flush() and evictAll() not working for okhttp3 cache

I am accessing TestRail's API which has a 180 Req/min rate limit, I am using okHttpClient for accessing it To keep a count of a count of requests I am using okhttp cache After every 180 Requests, I want to reset the cache but cache.flush() and…
zerotarun
  • 7
  • 2
0
votes
1 answer

Jmeter beanshell - Error invoking bsh method:eval when trying to clear cookie/cache

I am trying to clear cookie and cache in the middle of a thread group, so that I could login to the test application with another user. I wrote the following beanshell in jmeter. import…
Kailai
  • 1
  • 1
0
votes
0 answers

Only seeing Wordpress changes when logged in as Admin - All cache cleared

I've made some changes to my wordpress site that are only showing up when I'm logged in as an admin. I've cleared all caches (that I know of) and tried on different browsers with totally cleared caches and it only works with admin. Possible that I'm…
manchakowski
  • 127
  • 1
  • 1
  • 11
0
votes
1 answer

How to Clear SQL Cache

I have inherited a Network and Server environment recently. I have SQL Server 18 on one server, at the moment reports are very slow to be created, I went to the server instance and noticed that the memory has maxxed out, my logic is telling me to…
StuinDresden
  • 21
  • 1
  • 2