CAM-Template-Cache

 view release on metacpan or  search on metacpan

index.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<base href="http://www.clotho.com/code/CAM-Template-Cache/index.html">
<title>CAM-Template-Cache</title>
<link href="/css/demo.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="/js/demo.js" type="text/javascript"></script>
<style>
p.desc, td.links, a {
  line-height: 17pt;
}
thead tr td {
  align: left;
  font-weight: bold;
  font-style: italic;
}
a {
  font-weight: bold;
  text-decoration: none;
  aborder-bottom: 1px dotted white;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  atext-decoration: none;
  aborder-bottom: 1px solid white;
}
</style>
</head>
<body>
<div class="title">
<img src="/images/clotho.gif" alt="Clotho Advanced Media, Inc." width="339" height="117" border="0">
</div>

<div class="body">

<p class="title">CAM-Template-Cache</p>

<p class="subtitle">Last update: <a href="perl/CAM-Template-Cache-0.91-docs">v0.91</a>, 2005-04-22</p>



<p>
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.
</p>

<p>
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.
</p>

<p>
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:<!-- -->:*.
</p>

<p>
This module most closely resembles some combination of HTML:<!-- -->:Template
with Cache:<!-- -->:Cache via DBI.
</p>

<table cellspacing="0" cellpadding="2" border="1" width="100%">
  <thead>
    <tr>
      <td>License</td>
      <td>Files</td>
      <td>Date</td>
    </tr>
  </thead>
  <tbody>
    
      <tr>
        <td valign="top"><a href="#perl">Perl</a></td>
        <td valign="top">
          <a href="perl/CAM-Template-Cache-0.91.tgz">CAM-Template-Cache-0.91.tgz</a>
          (<a href="perl/CAM-Template-Cache-0.91.tgz.md5">MD5</a>)



( run in 2.207 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )