CHI::Driver::Memcached::Fast - Distributed cache via Cache::Memcached::Fast


CHI-Driver-Memcached documentation  | view source Contained in the CHI-Driver-Memcached distribution.

Index


NAME

Top

CHI::Driver::Memcached::Fast -- Distributed cache via Cache::Memcached::Fast

VERSION

Top

version 0.13

SYNOPSIS

Top

    use CHI;

    my $cache = CHI->new(
        driver => 'Memcached::Fast',
        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

Top

A CHI driver that uses Cache::Memcached::Fast 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

Top

Jonathan Swartz

SEE ALSO

Top

CHI, Cache::Memcached::Fast, CHI::Driver::Memcached, CHI::Driver::Memcached::libmemcached

COPYRIGHT & LICENSE

Top

COPYRIGHT AND LICENSE

Top


CHI-Driver-Memcached documentation  | view source Contained in the CHI-Driver-Memcached distribution.