Difference between revisions of "Web cache"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
(2 intermediate revisions by the same user not shown)
Line 22: Line 22:
  
 
* [[Bandwidth (computing)]]
 
* [[Bandwidth (computing)]]
 +
* [[Cache manifest in HTML5]]
 +
* [[Content delivery network]] (CDN)
 +
* [[Harvest project]]
 
* [[HTML]]
 
* [[HTML]]
 
* [[HTTP ETag]]
 
* [[HTTP ETag]]
 +
* [[URL normalization]]
 +
* [[Proxy server]]
 +
* [[Web accelerator]]
 
* [[Web document]]
 
* [[Web document]]
 
* [[Web image]]
 
* [[Web image]]
Line 31: Line 37:
  
 
* [https://en.wikipedia.org/wiki/Web_cache Web cache] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Web_cache Web cache] @ Wikipedia
 +
 +
[[Category:Computing]]
 +
[[Category:Web design and development]]

Latest revision as of 14:46, 4 November 2016

A web cache (or HTTP cache) is an information technology for the temporary storage (caching) of web documents, such as HTML pages and web images.

Description

Web caches are used to reduce:

A web cache system stores copies of documents passing through it; subsequent requests may be satisfied from the cache if certain conditions are met.

A web cache system can refer either to an appliance, or to a computer program.

HTTP ETag

The HTTP ETag is one of several mechanisms that HTTP provides for web cache validation.

HTTP ETag allows a client to make conditional requests.

See also

External links