-
-
15 Feb 2017 07:41:26 UTC
- Distribution: Cache-utLRU
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (425 / 112 / 38)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: mit
- Perl: v5.8.9
- Activity
24 month- Tools
- Download (70.31KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Gonzalo Diethelm (gonzus@cpan.org)
- Dependencies
- XSLoader
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
SYNOPSIS
Cache::utLRU - A Perl LRU cache using the uthash library
VERSION
Version 0.002000
DESCRIPTION
Quick & dirty implementation of a Perl LRU cache using the uthash library.
AUTHORS
Gonzalo Diethelm
gonzus AT cpan DOT org
THANKS
Vickenty Fesunov
kent AT setattr DOT net
The
uthash
team at http://troydhanson.github.com/uthash
COPYRIGHT AND LICENSE
This software is Copyright (c) 2017 by Gonzalo Diethelm.
This is free software, licensed under:
The MIT (X11) License
Module Install Instructions
To install Cache::utLRU, copy and paste the appropriate command in to your terminal.
cpanm Cache::utLRU
perl -MCPAN -e shell install Cache::utLRU
For more information on module installation, please visit the detailed CPAN module installation guide.