Vulnerabilities | |||||
---|---|---|---|---|---|
Version | Suggest | Low | Medium | High | Critical |
1.57 | 0 | 0 | 0 | 0 | 0 |
1.56 | 0 | 0 | 0 | 0 | 0 |
1.55 | 0 | 0 | 0 | 0 | 0 |
1.54 | 0 | 0 | 0 | 0 | 0 |
1.53 | 0 | 0 | 0 | 0 | 0 |
1.52 | 0 | 0 | 0 | 0 | 0 |
1.51 | 0 | 0 | 0 | 0 | 0 |
1.50 | 0 | 0 | 0 | 0 | 0 |
1.49 | 0 | 0 | 0 | 0 | 0 |
1.48 | 0 | 0 | 0 | 0 | 0 |
1.47 | 0 | 0 | 0 | 0 | 0 |
1.46 | 0 | 0 | 0 | 0 | 0 |
1.45 | 0 | 0 | 0 | 0 | 0 |
1.44 | 0 | 0 | 0 | 0 | 0 |
1.43 | 0 | 0 | 0 | 0 | 0 |
1.42 | 0 | 0 | 0 | 0 | 0 |
1.40 | 0 | 0 | 0 | 0 | 0 |
1.39 | 0 | 0 | 0 | 0 | 0 |
1.37 | 0 | 0 | 0 | 0 | 0 |
1.36 | 0 | 0 | 0 | 0 | 0 |
1.35 | 0 | 0 | 0 | 0 | 0 |
1.34 | 0 | 0 | 0 | 0 | 0 |
1.33 | 0 | 0 | 0 | 0 | 0 |
1.30 | 0 | 0 | 0 | 0 | 0 |
1.29 | 0 | 0 | 0 | 0 | 0 |
1.28 | 0 | 0 | 0 | 0 | 0 |
1.27 | 0 | 0 | 0 | 0 | 0 |
1.26 | 0 | 0 | 0 | 0 | 0 |
1.25 | 0 | 0 | 0 | 0 | 0 |
1.24 | 0 | 0 | 0 | 0 | 0 |
1.23 | 0 | 0 | 0 | 0 | 0 |
1.21 | 0 | 0 | 0 | 0 | 0 |
1.20 | 0 | 0 | 0 | 0 | 0 |
1.19 | 0 | 0 | 0 | 0 | 0 |
1.16 | 0 | 0 | 0 | 0 | 0 |
1.15 | 0 | 0 | 0 | 0 | 0 |
1.14 | 0 | 0 | 0 | 0 | 0 |
1.13 | 0 | 0 | 0 | 0 | 0 |
1.12 | 0 | 0 | 0 | 0 | 0 |
1.11 | 0 | 0 | 0 | 0 | 0 |
1.10 | 0 | 0 | 0 | 0 | 0 |
1.09 | 0 | 0 | 0 | 0 | 0 |
1.08 | 0 | 0 | 0 | 0 | 0 |
1.07 | 0 | 0 | 0 | 0 | 0 |
1.06 | 0 | 0 | 0 | 0 | 0 |
1.05 | 0 | 0 | 0 | 0 | 0 |
1.03 | 0 | 0 | 0 | 0 | 0 |
1.02 | 0 | 0 | 0 | 0 | 0 |
1.01 | 0 | 0 | 0 | 0 | 0 |
1.00 | 0 | 0 | 0 | 0 | 0 |
1.57 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
GPL-1.0-or-later - GNU General Public License v1.0 or laterA shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.
INSTALLATION
To install this module type the following:
perl Makefile.PL make make test make install
DEPENDENCIES
Storable if you want to store complex structures
AUTHOR
Rob Mueller cpan@robm.fastmail.fm
DOCUMENTATION
See the POD documentation. Viewable online at CPAN
https://metacpan.org/pod/Cache::FastMmap
COPYRIGHT AND LICENCE
Copyright (C) 2003-2020 by Fastmail Pty Ltd
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.