]> granicus.if.org Git - apache/commit
add a optional function ap_cache_generate_key
authorIan Holsman <ianh@apache.org>
Tue, 5 Feb 2002 00:15:42 +0000 (00:15 +0000)
committerIan Holsman <ianh@apache.org>
Tue, 5 Feb 2002 00:15:42 +0000 (00:15 +0000)
commit15a425222578ef14c0fec8a3e811a777b87f24be
tree646e44eda14c7d790e46409f3e9c7f0a745529fd
parentc0e94b16de7f6d1ccbe983af7fe8fb172532d30f
add a optional function ap_cache_generate_key
which allows a 3rd party module to generate the key name based
on the request_rec.

the idea here is for it to also be able to mess with expiry times
and cachability

add another option.. CacheIgnoreCacheControl. this ignores a 'incoming request's
attempts to get a fresh copy. Mainly I see this as being usefull in r-proxy's

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93242 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/cache_storage.c
modules/experimental/mod_cache.c
modules/experimental/mod_cache.h