diff options
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/ |