You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by DeWitt Clinton <de...@unto.net> on 2001/09/10 19:05:34 UTC

[PRE-ANNOUNCE] Cache::Cache 0.09

Hi,

If people have a moment, please check out Cache::Cache 0.09, which is
available here until I am ready to release it on CPAN:

  http://prdownloads.sourceforge.net/perl-cache/Cache-Cache-0.09.tar.gz 

Changes include:

   - applied Axel Beckert patch to fix the expiration units
   - applied Ken Williams's directory creation patch to pass all tests
   - changed the license to be either the GPL or the Artistic license
   - added Jay Sachs' implementation of NullCache
   - modified the remove methods to avoid croaking if two cache
     instances are both purging or limiting at the same time
   - migrated to a factory-like model with private contructors
     to fix the auto_purge_interval functionality
   - updated the documentation to better reflect that size means
     size in bytes


Cheers!

-DeWitt