debian man page for chi::driver::memcached::libmemcached

Query: chi::driver::memcached::libmemcached

OS: debian

Section: 3pm

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

CHI::Driver::Memcached::libmemcached(3pm)		User Contributed Perl Documentation		 CHI::Driver::Memcached::libmemcached(3pm)

NAME
CHI::Driver::Memcached::libmemcached -- Distributed cache via Cache::Memcached::libmemcached
VERSION
version 0.14
SYNOPSIS
use CHI; my $cache = CHI->new( driver => 'Memcached::libmemcached', namespace => 'products', servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "/var/sock/memcached", "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ], debug => 0, compress_threshold => 10_000, );
DESCRIPTION
A CHI driver that uses Cache::Memcached::libmemcached to store data in the specified memcached server(s). From the perspective of the CHI API, the feature set is nearly identical to CHI::Driver::Memcached.
AUTHOR
Jonathan Swartz
SEE ALSO
CHI, Cache::Memcached::libmemcached, CHI::Driver::Memcached, CHI::Driver::Memcached::Fast COPYRIGHT &; LICENSE Copyright (C) 2007 Jonathan Swartz. CHI::Driver::Memcached is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Swartz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2011-12-16 CHI::Driver::Memcached::libmemcached(3pm)
Related Man Pages
chi::driver::development(3pm) - debian
chi::driver::fastmmap(3pm) - debian
chi::driver::memcached(3pm) - debian
chi::driver::memcached::fast(3pm) - debian
dancer::session::memcached(3pm) - debian
Similar Topics in the Unix Linux Community
mod_memcached 0.1 (Default branch)
mod_memcached 0.2 (Default branch)
Memcached Functions for MySQL 0.8 (Default branch)
uLan Driver 0.7.4 (Default branch)
New committer: Jonathan Anderson