The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Downloader::Cache::LRU

DESCRIPTION

Least Recently Used caching algorithm.

This algorithm chooses the files which have been used least recently (based on the file's atime as returned by stat(2)).