Cache::Memcached::AnyEvent::Protocol - Base Class For Memcached Protocol


NAME

Cache::Memcached::AnyEvent::Protocol - Base Class For Memcached Protocol


SYNOPSIS

    package NewProtocol;
    use strict;
    use base 'Cache::Memcached::AnyEvent::Protocol';
 Cache::Memcached::AnyEvent::Protocol - Base Class For Memcached Protocol