The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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)).