The browser caches requests and files. (k-v) For example, if you visit: url: http://caiyongji.com/index.html Browser cache: KEY VALUE http://caiyongji.com/index.html index.html
The above is the understanding in the narrow sense, which actually also includes pictures/cookies, etc...
If the browser cache clearing access is unsuccessful, you can try deleting the cache files in the work directory in Tomact, then restart and try again.
The browser caches requests and files. (k-v)
For example, if you visit: url: http://caiyongji.com/index.html
Browser cache:
KEY VALUE
http://caiyongji.com/index.html index.html
The above is the understanding in the narrow sense, which actually also includes pictures/cookies, etc...
If the browser cache clearing access is unsuccessful, you can try deleting the cache files in the work directory in Tomact, then restart and try again.
Not necessarily, you need to set Cache-Control: no-cache in the html header
Use the browser DevTools to see if the browser cache has been removed
1. Server cache
2. Browser cache
To clear the browser cache, you can use Ctrl+F5 to force refresh.