mod_cache implements an RFC 2616 compliant HTTP content cache that can be used to cache either local or proxied content. mod_cache requires the services of one or more storage management modules. Two storage management modules are included in the base Apache distribution: mod_disk_cache implements a disk based storage manager (generally used for proxy caching) and mod_mem_cache implements an in-memory based storage manager (primarily useful for caching local content).
Content stored and retrived keyed to the URL. Content with access protections is not cached.
The
The
The maximum time in seconds to cache a document.
The default time in seconds to cache a document.
Ignore responses where there is no Last Modified Header
Ignore requests from the client for uncached content
The factor used to estimate the Expires date from the LastModified date.