The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.57 - 2021-09-30

  • Add expire($key) method to allow explicitly expiring a key from the cache. In write-back mode, if the key is dirty it will be written back, in other modes it's the same as remove($key)

Modules

Uses an mmap'ed file to act as a shared memory interprocess cache

Provides

in lib/Cache/FastMmap.pm