pkgsrc/devel/p5-Tie-Cache-LRU-Expires/DESCR
cube 969794ebfb Initial import of p5-Tie-Cache-LRU-Expires.
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.
2010-07-04 17:48:57 +00:00

4 lines
263 B
Text

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.