]> granicus.if.org Git - apache/commit
distcache already demonstrates sub-second resolutions, but much more
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 03:43:18 +0000 (03:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 03:43:18 +0000 (03:43 +0000)
commit3cc4b9db61db7261b9fb14ba383cdeb297e43eb5
tree4f3c7548dab86a9e0c5936424f8cddc459ed5e6b
parent1d17660c109a4adaf02916d01c3d183f6821ce95
distcache already demonstrates sub-second resolutions, but much more
importantly, let us not introduce more Y2k38 bugs?

Changes the ->store method to take expiry as an apr_time_t, and introduce
a placeholder to implement provider-specific iterators of the current
elements of an socache store.

Cleans up confusion where expiry might be confused with a timeout-period.

Finally clean up some hUngarian noteAtion.  Someones' hands need to be slapped.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907917 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/ap_socache.h
modules/cache/mod_socache_dbm.c
modules/cache/mod_socache_dc.c
modules/cache/mod_socache_memcache.c
modules/cache/mod_socache_shmcb.c