The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.13 - 2006-10-20

  • mention UNIX/Win32 compatiability in docs (http://rt.cpan.org/Ticket/Display.html?id=16501)
  • detect page corruption better and croak rather than segfault (http://rt.cpan.org/Ticket/Display.html?id=17335)
  • when running in raw_values => 0 mode, always store reference to data. Storable doesn't like freeze(SCALAR) (http://rt.cpan.org/Ticket/Display.html?id=16762)
  • Handle edge case of slot count increase when page already nearly full possibly causing corruption (can only happen if ->purge() called at just the wrong time)

Modules

C code implementation for Cache::FastMmap
Uses an mmap'ed file to act as a shared memory interprocess cache