Best PHP Cache System?

Anyone know of a good PHP Cache System? It would be better if it’s filesystem based and is included by PHP instead of being a daemon on the server as the sites sharing a server with a few others.

Any recommendations?

Write your own fool! :smiley:

phpBB’s is excellent, but you’ll have to hack it out. I plan on doing that next week actually. If it’s not dire I can PM you with it when I’m done.

I probably will write my own, but I was just wandering if there was a free but powerfull solution out there. Using something like memcache and eaccelerator are out of question to start with.

Smarty http://www.smarty.net/

We use it all the time and love it :slight_smile: