freebsd-ports/devel/p5-Cache-Mmap/pkg-descr
Edwin Groothuis 35dbd00b34 New port: Cache::Mmap
This module provides a shared cache, using a memory mapped
	file. Very useful for mod_perl applications. If routines
	are provided which interact with the underlying data, access
	to the cache is completely transparent, and the module
	handles all the details of refreshing cache contents, and
	updating underlying data, if necessary.

PR:		ports/47465
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-04 11:26:04 +00:00

8 lines
377 B
Plaintext

This module provides a shared cache, using a memory mapped file. Very useful
for mod_perl applications. If routines are provided which interact with the
underlying data, access to the cache is completely transparent, and the module
handles all the details of refreshing cache contents, and updating underlying
data, if necessary.
WWW: http://search.cpan.org/dist/Cache-Mmap/