CAM-Template-Cache
Last update: v0.91, 2005-04-22
This module extends the CAM::Template search-and-replace API with support for caching the resulting filled text in a database. This relies on the exitence of a DBI-friendly database, but does have a pair of convenience functions to help with the creation and support of the cache table in that database.
This module is useful for creating dynamic documents that are resource-expensive but do not change too often, like the front page of a news site. It is also useful for a collection of dynamic documents that are easier to generate all at once than individually, like multi-page results of a complex search.
Much to my surprise, I did not find anything in CPAN that does quite what this module does, even after looking at Cache::Cache and DBIx::*.
This module most closely resembles some combination of HTML::Template with Cache::Cache via DBI.
License | Files | Date |
Perl |
CAM-Template-Cache-0.91.tgz
(MD5)
CAM-Template-Cache-0.91.zip (MD5) CAM-Template-Cache-0.91-docs |
Fri Apr 22 22:13:08 2005 |
GPL |
CAM-Template-Cache-0.90.tgz
(MD5)
CAM-Template-Cache-0.90.zip (MD5) CAM-Template-Cache-0.90.html |
Tue Sep 16 14:24:03 2003 |
Clotho |
CAM-Template-Cache-0.90.tgz
(MD5)
CAM-Template-Cache-0.90.zip (MD5) CAM-Template-Cache-0.90.html |
Tue Sep 16 14:24:03 2003 |
Perl License
This software is released by Clotho Advanced Media, Inc. under the same terms as Perl itself. That means that it is dual-licensed under the Artistic license and the GPL, and that you can redistribute it and/or modify it under the terms of either or both of those licenses. Copies of this license are available from Clotho or view the LICENSE file directly.
GPL License
Releases of this software are available under the General Public License, v2. Copies of this license are available from Clotho and GNU.
Clotho License
Releases of this software are available under commercial license directly from Clotho. Please contact us at info@clotho.com to purchase a license.