Cachecache memory
The place where the browser stores copies of pages already visited. On a repeat visit it does not have to fetch everything from the server again, so the page loads faster and the server saves bandwidth.
This is controlled by HTTP headers - mainly "Cache-Control" and "Expires". Set incorrectly, they work the other way: the user keeps seeing an old version of the page long after the content has been updated.