-
-
30 Sep 2021 06:37:35 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (3)
- Testers (513 / 35 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (56.15KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Storable
- Test::Deep
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.57
- 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 cacheProvides
in lib/Cache/FastMmap.pmModule Install Instructions
To install Cache::FastMmap, copy and paste the appropriate command in to your terminal.
cpanm Cache::FastMmap
perl -MCPAN -e shell install Cache::FastMmap
For more information on module installation, please visit the detailed CPAN module installation guide.