diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 11:26:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 11:26:04 +0000 |
commit | 35dbd00b34d0dabcce961848cbfd466a8889e17d (patch) | |
tree | fd54e82dcecfbce62a0bef2a35adeca435e897db /devel/p5-Cache-Mmap/pkg-descr | |
parent | 62f59acea2f0a2e4a80437060785420eb1b85ef3 (diff) |
Notes
Diffstat (limited to 'devel/p5-Cache-Mmap/pkg-descr')
-rw-r--r-- | devel/p5-Cache-Mmap/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Cache-Mmap/pkg-descr b/devel/p5-Cache-Mmap/pkg-descr new file mode 100644 index 000000000000..b45594838509 --- /dev/null +++ b/devel/p5-Cache-Mmap/pkg-descr @@ -0,0 +1,7 @@ +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/ |