This module requires the service of
Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.
The
The
The
The
The
The value of
The
LRU
(Least Recently Used)LRU
removes the documents that have not been accessed
for the longest time.GDSF
(GreadyDual-Size)GDSF
assigns a priority to cached documents based
on the cost of a cache miss and the size of the document. Documents
with the lowest priority are removed first.The Content-Length
may not be known. Sources of streaming responses include proxied
responses and the output of CGI scripts. By default, a streamed
response will not be cached unless it has a
Content-Length
header. The reason for this is to
avoid using a large amount of memory to buffer a partial response
that might end up being too large to fit in the cache.
The Content-Length
up to the specified maximum amount of
space. If the maximum buffer space is reached, the buffered
content is discarded and the attempt to cache is abandoned.
Using a nonzero value for