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