mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
347 B
Text
7 lines
347 B
Text
File::Cache implements an object store where data is persistent across
|
|
processes in the filesystem. It was written to complement IPC::Cache.
|
|
Where IPC::Cache is faster for small numbers of simple objects,
|
|
File::Cache tends towards being more performant when caching large
|
|
numbers of complex objects.
|
|
|
|
WWW: https://metacpan.org/release/File-Cache
|