On Wed, 2005-01-05 at 12:18 -0500, Larry Leszczynski wrote: > Is there any way to take advantage of the cache in a non-persistent (e.g. > non-webserver) environment? Maybe along the lines of serializing the > template object and reading it back later?
No, but the COMPILE_DIR option means that at least the "compile to perl" step will be skipped. If there was a way to store compiled perl code and load it faster, it would be used in all kinds of modules. - Perrin _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
