debian man page for cgi::session::driver::memcached

Query: cgi::session::driver::memcached

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CGI::Session::Driver::memcached(3pm)			User Contributed Perl Documentation		      CGI::Session::Driver::memcached(3pm)

NAME
CGI::Session::Driver::memcached - CGI::Session driver for memcached
SYNOPSIS
use strict; use warnings; use Cache::Memcached; # or Cache::Memcached::Fast my $memcached = Cache::Memcached->new({ servers => [ 'localhost:11211' ], debug => 0, compress_threshold => 10_000, }); my $session = CGI::Session->new( "driver:memcached", $sid, { Memcached => $memcached } );
DESCRIPTION
memcached stores session data into memcached.
DRIVER ARGUMENTS
The only supported driver argument is 'Memcached'. It's an instance of Cache::Memcached.
REQUIREMENTS
CGI::Session Cache::Memcached or Cache::Memcached::Fast
TODO
Implement traverse method! But I don't know how to get all objects store in memcached.
AUTHOR
Kazuhiro Oinuma <oinume@cpan.org>
REPOSITORY
git clone git://github.com/oinume/p5-cgi-session-driver-memcached
COPYRIGHT AND LICENSE
Copyright (C) 2005 - 2009 Kazuhiro Oinuma <oinume@cpan.org>. All rights reserved. This library is free software. You can modify and or distribute it under the same terms as Perl itself. perl v5.10.1 2009-09-11 CGI::Session::Driver::memcached(3pm)
Related Man Pages
cgi::session::driver::memcached(3pm) - debian
chi::driver::memcached(3pm) - debian
chi::driver::memcached::fast(3pm) - debian
jifty::cas::store::memcached(3pm) - debian
test::tcp(3pm) - debian
Similar Topics in the Unix Linux Community
Memcached Functions for MySQL 0.3 (Default branch)
memcached 1.2.5 (Default branch)
Memcached Functions for MySQL 0.5 (Default branch)
repcached 2.1 (Default branch)
magent 0.5 (Default branch)