summaryrefslogtreecommitdiff
path: root/devel/p5-File-Cache/pkg-descr
blob: 27d7aeb8ac2826a5cdc2dfb6c9eb71bc2d5d0cb5 (plain) (blame)
1
2
3
4
5
6
7
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