Hello Eric,
Do you mean cache_remove_url() and cache_create_entity()?
I notice the following httpd version differences that you probably
already know.
I see that these functions are declared in mod_cache.h only in httpd 2.2.
In 2.4 and trunk these are declared in cache_storage.h.
And mod_disk_cache.* in 2.2 is renamed to mod_cache_disk.* in 2.4 and trunk.
By "comment the callback structure" are you asking for documentation on
how these functions are called?
Thanks,
Mike Rumph
On 9/12/2013 6:00 PM, Eric Covener wrote:
Can anyone contrast these two and/or comment the callback structure in
mod_cache.h?
In 2.4, It looks like mod_disk_cache's remove_url() callback does not
close open file descriptors. I think those are normally closed by
some indirect aspect of the file buckets' pool going out of scope --
but they need to be closed prior to the unlink() on windows.