pkgsrc/devel/p5-Tie-Cache-LRU-Expires/DESCR

5 lines
263 B
Text
Raw Normal View History

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.