All releases of CGI::Cache


Release Notes: This release fixes bugs where neither the user-specified max cache size nor the expiration time interval was being honored. The default expiration time has been changed to "never".


Release Notes: A bug in timed testing has been fixed.


Release Notes: This release improves test failure reporting and fixes some test bugs. The version number, which was incompatible with some modules, has been fixed.


Release Notes: This release fixes a module and changelog bug where clear_cache() was clear(). The distribution has been updated to use Module::Install.


Release Notes: This release fixes an incompatibility with modules like CGI::Carp that override CORE::GLOBALS::die (a new feature since Perl 5.6.1), uninitialized variable warnings, and a documentation typo.


Release Notes: A clear() function to clear the cache has been added.


Release Notes: 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.


Release Notes: A documentation bug in the synopsis has been fixed. A long overdue credit to Terrance Brannon in the authors section of the POD has been added.


Release Notes: 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.


Release Notes: Some ambiguous die() warnings under Perl 5.6 were fixed. pause(), continue(), invalidate_cache_entry(), and buffer() methods were added.