Private browsing and Ctrl+F5 doesn't seem to be cutting it?
(I've got a lot of ajax loaded content)
|
|
I solved this problem by specifying the complete URL of the external style sheet. Replace this:
with this:
FF instantly loaded the new style sheet. |
||||
|
|
|
You can append the stylesheet URL with a query string to render the cache as no longer valid. For example, a version number.
This is assuming you are looking for a method to invalidate the cache for everyone. If you are simply looking to clear your own cache, this belongs on Super User. |
|||
|
|
|
Sometimes I hit ctrl-shift-delete, it prompts for things to delete, I delete the cache and sometimes the cookies. Then I hit F5. |
|||
|
|
|
Simple put some variable behind *.css. For example, ? and time() function. |
|||
|
|
Stick a version number as a querystring to the CSS file:
Or if you want it to never be cached, stick something like the time there:
|
|||
|
|
|
You can also use the Firefox Webdeveloper addon. It has a function to disable your cache. |
|||||
|