Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gonzus/utlru

Cache::utLRU - A Perl LRU cache using the uthash library
https://github.com/gonzus/utlru

Last synced: 3 months ago
JSON representation

Cache::utLRU - A Perl LRU cache using the uthash library

Awesome Lists containing this project

README

        

# SYNOPSIS

Cache::utLRU - A Perl LRU cache using the uthash library

# VERSION

version 0.002

# DESCRIPTION

Quick & dirty implementation of a Perl LRU cache using the uthash library.

# AUTHORS

- Gonzalo Diethelm `gonzus` at `cpan.org`

# THANKS

- Vickenty Fesunov `kent` at `setattr.net`
- The `uthash` team at [http://troydhanson.github.com/uthash/](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