Questions tagged [clear-cache]

84 questions
0
votes
1 answer

PHP: file_exists and clearcachestat give wrong result until server reboot

I have read all the other questions concerning this, but my case is different. I do have a local NAS filesystem which is mounted to linux (Ubuntu 14.04 server). If I run a file_exists() with a prior clearcachestat() after some manual moving of…
gb5256
  • 191
  • 11
0
votes
0 answers

jquery mobile reset page after clicking on link

I have a page called "top up", top up /a page home When I am done with the page "top up" and I go back to the page "home". I click on the page "top up" again but I still see the parameters I have filled in earlier How do I reset the "top up"…
grambharos
  • 13
  • 5
0
votes
1 answer

Resourcebundle reload with no server restart JSF2 - Jboss 7

i'm trying to reload resource bundle during runtime. In my application, after the login, i get the properties calling . The call is made in my application base template and all is working well. The…
aegis80
  • 1
  • 2
0
votes
1 answer

Using umask to set permission when clearing cache

I can't use ACL, so I've tried to add umask(0000) to the app/console and web/app.php in my VPS, but the permissions of app/cache are turned again to 0755 and owner group to myFTPUser when I clear cache, so my site throws an error until I change…
Manolo
  • 24,020
  • 20
  • 85
  • 130
0
votes
0 answers

cache is not clearing

I have HTML page for design and implementation for some function. When i launch the app i load one HTML file from assets folder. In this Activity i have index.html page. Here when i click the button it goes to about page. If close the app, and open…
user2807197
  • 207
  • 1
  • 4
  • 12
0
votes
1 answer

How to clear cache in IE9 Windows7 using vbscript

I am trying to write the script to clear the cache on IE9 Windows7 (64 Bit). So far I have written below code. This code works fine on IE8 and Windows XP, but when I am trying to run same code on WIndows7 (IE9) it gives error by saying "Permission…
ManishChristian
  • 3,759
  • 3
  • 22
  • 50
0
votes
1 answer

how to clear history of WebBrowser control c#/.net

How to clear WebBrowser control history in c# Windows Form
user1563019
  • 69
  • 1
  • 2
  • 8
-2
votes
1 answer

Clearing cache in Azure Function app and c#?

I'm using Azure Functions App and c# for coding. I want to clear the cache every 10 minutes for example, if there is a way to do that in the code ?
-3
votes
1 answer

my api sometimes need cache data sometimes and sometimes not required?

my service sometimes need cache data sometimes and sometimes not required , so i would like to write an method that could clear cache when not needed AND #could someone help me creating a restful, java 8 spring boot#
1 2 3 4 5
6