Web Cache Article Index for
Web
Website Links For
Web
 

Information About

Web Cache




Bandwidth usage and Web Site Access Time s. A web cache stores copies of documents requested by
users. Subsequent requests may be satisfied from the cache if certain conditions are met. Web
caches generally achieve hit rates around 30%-50% and become more effective as the user
population increases.

HTTP has a relatively complicated set of features that User Agent s and origin servers
can use to control whether or not documents are stored in a cache, and when cached copies may
be reused. Some web sites are cache-friendly, and some are not.

Web caches come in two flavors: Client -side and Server -side. Client-side caches, also sometimes
called forward caches, exist to serve a local user population. These are often used by Internet Service Provider s, schools,
and corporations for their users. Server-side caches, also known as reverse-caches and Web Accelerator s,
are placed in front of origin servers to reduce their load.

All major websites which routinely receive millions of queries per day require some form of web caching. If multiple cache servers are used together, these may coordinate using protocols like the Internet Cache Protocol and HTCP .

Modern Web Browser s include internal web caches. Examples of external web caches are:

Web caches also perform related tasks such as user Authentication and content filtering.

Some people worry that web caching may be an act of Copyright infringement.
In 1998 the DMCA added rules to the United States Code (17 Sec. 512) that
largely relieves system operators from copyright liability for the purposes of caching.


VIEWING CACHES


With the Opera , Firefox , Camino , and SeaMonkey browsers, it is possible to view the contents of the browser's cache by typing "about:cache" in the url field (no quotes).


SEE ALSO

  • Cache

  • Ari Luotonen, ''Web Proxy Servers'' (Prentice Hall, 1997) ISBN 0136806120

  • Duane Wessels, ''Web Caching'' (O'Reilly and Associates, 2001). ISBN 156592536X

  • Michael Rabinovich and Oliver Spatschak, ''Web Caching and Replication'' (Addison Wesley, 2001). ISBN 0201615703



EXTERNAL LINKS AND REFERENCES