foocache provides a simple PHP4 caching system with tidy support.
foocache is a simple caching system for PHP4 which optionally uses HTML-tidy to clean up the generated HTML Code.
Instead of processing the whole page, a cachefile is loaded, assuming that it exists and is younger than a defined age.
The name of the cache file is generated with the MD5 sum of the Request URI and the HTML post variables. foocache also can highlight (search)strings in the output.
What's New in This Release:
· Fixed small bug with regexp quoting on searchstring highlight
Product's homepage