f555846d91
a lightweight but robust filesystem based persistent LRU cache. PR: 58455 Submitted by: clsung@dragon2.net
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
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/~snowhare/Tie-FileLRUCache-1.01/
|
|
|
|
Author: Benjamin Franz
|