# NAME Cache::utLRU - A Perl LRU cache using the uthash library # VERSION version 0.001 # SYNOPSIS Quick & dirty implementation of a Perl LRU cache using the uthash library. # THANKS - Vickenty Fesunov, `kent` at `setattr.net` - The `uthash` team at [http://troydhanson.github.com/uthash/](http://troydhanson.github.com/uthash/) # AUTHORS - Gonzalo Diethelm # COPYRIGHT AND LICENSE This software is Copyright (c) 2017 by Gonzalo Diethelm. This is free software, licensed under: The MIT (X11) License