Re: [PATCH] mod_cache: Use provider API

2005-03-06 Thread Sander Striker
Justin Erenkrantz wrote: --On Wednesday, August 4, 2004 12:39 PM -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: This patch removes the mod_cache dependencies upon the odd vtable and hooks and standardizes upon the ap_provider_* API. mod_auth uses this provider interface now as has mod_dav.

Re: [PATCH] mod_cache: Use provider API

2005-03-06 Thread Sander Striker
Sander Striker wrote: Justin Erenkrantz wrote: --On Wednesday, August 4, 2004 12:39 PM -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: This patch removes the mod_cache dependencies upon the odd vtable and hooks and standardizes upon the ap_provider_* API. mod_auth uses this provider

[PATCH] mod_cache: Use provider API

2004-08-04 Thread Justin Erenkrantz
This patch removes the mod_cache dependencies upon the odd vtable and hooks and standardizes upon the ap_provider_* API. mod_auth uses this provider interface now as has mod_dav. Besides removing a bunch of code, this has a number of beneficial side-effects: - All operations related to a cache

Re: [PATCH] mod_cache: Use provider API

2004-08-04 Thread Justin Erenkrantz
--On Wednesday, August 4, 2004 12:39 PM -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: This patch removes the mod_cache dependencies upon the odd vtable and hooks and standardizes upon the ap_provider_* API. mod_auth uses this provider interface now as has mod_dav. place bag over head --