Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Cache-FastMmap / pkg-descr
1 A shared memory cache through an mmap'ed file.  It's core is written in
2 C for performance.  It uses fcntl locking to ensure multiple processes
3 can safely access the cache at the same time.  It uses a basic LRU
4 algorithm to keep the most used entries in the cache.
5
6 WWW: http://search.cpan.org/dist/Cache-FastMmap/