summaryrefslogtreecommitdiff
path: root/devel/p5-Tie-Cache-LRU-Expires/DESCR
blob: e7ff6b57d2de0e10c570235a6561e1015373415e (plain)
1
2
3
4
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.