mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
This module implements an expiring LRU cache, using Tie::Cache::LRU.
|
|
Each entry in this cache expires after 'EXPIRES' seconds (default 3600).
|
|
The cache is in RAM (see Tie::Cache::LRU). ENTRIES provides the maximum
|
|
number of entries in the Tie::Cache::LRU cache.
|