need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-Cache-FastMmap / DESCR
1 A shared memory cache through an mmap'ed file. Its core is written
2 in C for performance. It uses fcntl locking to ensure multiple
3 processes can safely access the cache at the same time. It uses
4 a basic LRU algorithm to keep the most used entries in the cache.