mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
934f74e518
PR: ports/176378 Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
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: http://search.cpan.org/dist/File-Cache/
|