ports/devel/p5-File-Cache/pkg-descr
Dmitry Marakasov 1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00

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: http://search.cpan.org/dist/File-Cache/