Re: Last modified times

2006-02-10 Thread Graham Dumpleton
Mike Looijmans wrote .. > I've read through the documentation. I like the interface - just call > ap_update_mtime for every object your response depends on (and another > great feature: It starts with the mtime of the file, so that updates to > the script also invalidate the cached response). > >

Re: Last modified times

2006-02-09 Thread Mike Looijmans
I've read through the documentation. I like the interface - just call ap_update_mtime for every object your response depends on (and another great feature: It starts with the mtime of the file, so that updates to the script also invalidate the cached response). Exposing those three functions w