# 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