CGI::Cache caches output of time-intensive CGI scripts. It can be easily integrated with any Perl CGI script, supports mod_perl, and provides rich control over the caching policy.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A new enable_output feature, verified SpeedyCGI compatibility, new documentation about using the module in persistent environments, and corrections to tie, tied, and untie syntax.
CGI::Cache is now fully compatible with FastCGI, and mod_perl. CGI::Cache can now monitor and cache the output to user-specified handles. The implementation is now based on Cache::Cache instead of File::Cache.