http://qs321.pair.com?node_id=443428


in reply to Perl Template Toolkit / DB Caching

If you write your own Template::Provider you can have INCLUDE/PROCESS look first to the database to load templates. If cached compiling is on TT will then serialize the compiled template to disk, and should look there first before trying to load a raw template from the database.

Chris
M-x auto-bs-mode