summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Session-Store-FastMmap/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-FastMmap/DESCR')
-rw-r--r--www/p5-Catalyst-Plugin-Session-Store-FastMmap/DESCR3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/DESCR b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/DESCR
new file mode 100644
index 00000000000..809ba400623
--- /dev/null
+++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/DESCR
@@ -0,0 +1,3 @@
+Catalyst::Plugin::Session::Store::FastMmap is a fast session storage
+plugin for Catalyst that uses an mmap'ed file to act as a shared
+memory interprocess cache. It is based on Cache::FastMmap.