]> granicus.if.org Git - apache/commit
Avoid confusion when reading mod_cache code. write_ and read_ often imply
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 3 Aug 2004 08:20:21 +0000 (08:20 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 3 Aug 2004 08:20:21 +0000 (08:20 +0000)
commitcc0d6707c65d124a4f53b793a4328f38fadab894
tree3f158b3ff7fe7c5b985cf36a2730325b3233bf1a
parent59e2bcf76e965246f3611bdb1aa3682eb842ad55
Avoid confusion when reading mod_cache code.  write_ and read_ often imply
network code; store_ and recall_ are more understandable prefixes in this
context.

Reviewed by: Roy Fielding, Cliff Woolley

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