969794ebfb
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.
4 lines
263 B
Text
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.
|