From 35dbd00b34d0dabcce961848cbfd466a8889e17d Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 4 Feb 2003 11:26:04 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 6a0ecd261eee..3e1bf374b93b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -433,6 +433,7 @@ SUBDIR += p5-BSD-stat SUBDIR += p5-C-Scan SUBDIR += p5-Cache-Cache + SUBDIR += p5-Cache-Mmap SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Datum SUBDIR += p5-Cdk -- cgit v1.2.3