CGICache 14200
- Homepage:
- Date Added: 02/11/2006
- File size: 0
- Downloads: 72
CGICache 14200
Bookmark
CGICache 14200 Description
- CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts.
WARNING
The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20.
SYNOPSIS
Here's a simple example:
#!/usr/bin/perl
use CGI;
use CGI::Cache;
# Set up cache
CGI::Cache::setup();
my $cgi = new CGI;
# CGI::Vars requires CGI version 2.50 or better
CGI::Cache::set_key($cgi->Vars);
# This should short-circuit the rest of the loop if a cache value is
# already there
CGI::Cache::start() or exit;
print $cgi->header, "n";
print < body >
< p >
This prints to STDOUT, which will be cache . you can
free download
CGICache 14200 now.
CGICache 14200 Screenshot
CGICache 14200 useful links
CGICache 14200
Related Software
CGICache 14200
Keyword
CGICache ,
Perl ,
extension ,
help ,
cache ,
output ,
time-intensive ,
scripts.
WARNING
The ,
interface ,
version ,
1.01 ,
changed ,
considerably ,
compatible ,
with ,
earlier ,
versions. ,
smaller ,
interface ,
change ,
also ,
occurred ,
version ,
1.20.
SYNOPSIS
Heres ,
simple ,
example
,
#/usr/bin/perl
,
CGI;
,
CGICache;
,