blob: 3babae212a4264aef4bc479589e0e806addebc0a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Tie::FileLRUCache
Provides a lightweight Least Recently Used cache of data via
either an object or tied interface. Keys and data are both
allowed to be references and objects as well as scalars. Requires
'Digest::SHA1' to be installed.
WWW: https://metacpan.org/release/Tie-FileLRUCache
|