Questions tagged [clear-cache]

84 questions
1
vote
0 answers

Clear data in Android firmware below 4.1 not removing any data

My apps runs for Android 4.0.3 and above version. I have a problem on firmware below 4.1 on Clear Data from phone setting. On Android version 4.1 and above (this is the correct one), when I clear data my app via phone setting it also clear/delete…
1
vote
1 answer

Script xpccachectl not found

I'm trying to run script to clear cache: sudo /usr/libexec/xpccachectl But system cannot find it with following error: sudo: /usr/libexec/xpccachectl: command not found System: macOS 10.13.2. Maybe anybody solved this issue?
Dmitriy Stupivtsev
  • 832
  • 1
  • 8
  • 17
1
vote
1 answer

Changes in the JS file are not reflected in the Spring Framework

I created a build file for use with the Spring Framework with webpack. The generated file is "... /webapp/resources/js/build.js". The problem is that the changes in the JS file have not been reflected in the browser despite the changes. For…
user3736174
  • 333
  • 2
  • 3
  • 16
1
vote
1 answer
1
vote
1 answer

How to call clear cache on Android Native ARM64?

Simple question for simple answer. I just can't figure out how to clear the instruction cache properly on such architecture. Did anyone use it?
1
vote
1 answer

Clear cache for all possible query parameter url for specific url - CloudFlare

How can I find all urls with every possible query parameters? There is specific curl command launched with terminal for do this? For example i must clear cache for url: example.com/, example.com/lang=en, example.com/lang=es, ...
1
vote
2 answers

How to clear cache in iOS10?

I am trying to clear cache in iOS 10. But removeAllCachedResponses is not working. Is removeAllCachedResponses broken in iOS10. As this working in iOS 9.
Amon
  • 99
  • 1
  • 9
1
vote
2 answers

Picasso cache clear

I already saw every solution that proposed here and nothing really works for me. How can i clear the cache of Picasso in my app? I've tried to use invalidate - isn't work. I saw something about Picasso.cache.clear, but impossible to access directly…
Eliran Tutia
  • 706
  • 1
  • 6
  • 22
1
vote
4 answers

How to clear session storage using service

In angularjs , i have a logout button. To clear the session storage im using window.sessionStorage.clear(). But I want to clear session storage using service. The service im using is LocalCacheService .How to clear sessionStorage using this…
user5571323
1
vote
0 answers

Apple watch clear images caching

I have a watch app, and I'm receiving images through WKInterfaceController openParentApplication at every 0.1 second and I'm making an animation, everything is working fine, but after 30 seconds the app slows down, I think the problem is that there…
Dan Paschevici
  • 961
  • 2
  • 10
  • 22
1
vote
1 answer

Doctrine 2.4.6 can't clear cache via CentOS console

I'm using Doctrine 2.4.6 in my project (not with Symfony). And I need to clear cache metadata, but when I execute that commands: cd /home/folder/public_html/includes/doctrine php vendor/doctrine/orm/bin/doctrine orm:clear-cache:metadata I got this…
Donatas Veikutis
  • 974
  • 2
  • 15
  • 36
1
vote
0 answers

How to remove or keep specific cached files/ data in Android Webview?

I want to clear cache but I need to have specific data or file where sessions are stored. Basically, I do webView.clearCache(true); but this clears all the cache. I am calling server where I need to auto login, but since cache is cleared, I cannot…
Subham93
  • 633
  • 8
  • 14
1
vote
3 answers

Clear before logging

For my application I want to clear the cache before logging. However, if someone logs with different account, I want to clear the cache so that the page is refreshed and doesn't keep the previous user's values. How do I do this in C#?
user2483797
  • 169
  • 1
  • 5
  • 13
1
vote
0 answers

How to clear application data other than shared preference And database

I want to clear cache of application (Not shared preference and database) pro-grammatically. I searched many question but those only give way to clear all the data but I want shared preference and database untouched. Thank You. Main issue:-- I am…
Sandip Jadhav
  • 7,377
  • 8
  • 44
  • 76
1
vote
3 answers

Clear cache in remote server using ssh

I had been trying to clear cache in a remote server and i got these commands. First login as root user and execute sync; echo 3 > /proc/sys/vm/drop_caches But I had to automate this in a script, so i used this ssh user@ipaddress "sudo su; sync;…
Uday Reddy
  • 1,337
  • 3
  • 16
  • 38