CGI-Cache

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

  <trevor@console.net> for the bug report.)
- Moved development to SourceForge. 
  (http://CGICache.sourceforge.net/)
- Fixed warnings about tie under Perl 5.6. (Thanks to Douglas Wilson
  <dougw@racesearch.com> for the report and fix suggestion)

1.01  Mon Oct  2 18:18:25 EDT 2000
- Maintenance handed over to David Coppit <david@coppit.org>. All
  changes in this version are made by him.
- Underlying caching is now handled by File::Cache. This allows for extra
  features such as cache maximum sizes, transparent cache entry expiration,
  etc.
- The cache key can now be any data structure instead of just a simple
  string. This means that one can just hand the CGI parameters directly to
  CGI::Cache and it will figure out a suitable stringified cache key.
- Because File::Cache now does most of the cache management automatically,
  SetRoot, Expire, and ExpireLRU have been removed from the interface
- Output is now cached and then printed as each print statement occurs.
  Previously all the output would be dumped to STDOUT after the script
  completed execution. (This helps the responsiveness of the CGI script for
  browsers which can handle on-the-fly layout of web pages.)



( run in 0.402 second using v1.01-cache-2.11-cpan-a1d94b6210f )