openbsd-ports/devel/p5-Tie-Cache-LRU-Expires/pkg/DESCR

4 lines
170 B
Plaintext
Raw Normal View History

This is 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).