mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
The memoize library allows you to cache methods for faster lookup.
|
|
Cached results can either be stored in memory (the default) or to
|
|
a file.
|