1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/p5-File-Cache/pkg-descr

8 lines
310 B
Plaintext

File::Cache implements an object store where data is persisted across
processes in the filesystem. It was written to compliment 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.
--will