forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
348 B
Text
7 lines
348 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: http://search.cpan.org/dist/File-Cache/
|