There are loads of questions for "the right" PHP template engine, but none of them is focused on caching.
Does anybody know a lightweight, high-quality, PHP 5 based template engine that does the following out of the box:
Low-level templating functions (Replacements, loops, and filtering, maybe conditionals)
Caching of the parsed results
…