a5b727886c
Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
10 lines
316 B
Text
10 lines
316 B
Text
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: http://search.cpan.org/dist/Tie-FileLRUCache/
|
|
|
|
Author: Benjamin Franz
|