Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Alzabo::ObjectCache::Sync::Mmap - Uses a Mmap file to sync object caches
SYNOPSIS
use Alzabo::ObjectCache
( store => 'Alzabo::ObjectCache::Store::Memory',
sync => 'Alzabo::ObjectCache::Sync::Mmap',
clear_on_startup => 1 );
DESCRIPTION
This class implements object cache syncing between multiple processes using Mmap to handle data storage. The Cache::Mmap
module handles locking.
AUTHOR
Dave Rolsky, <autarch@urth.org>