| Cache-Memcached-AnyEvent documentation | view source | Contained in the Cache-Memcached-AnyEvent distribution. |
Cache::Memcached::AnyEvent::Protocol - Base Class For Memcached Protocol
package NewProtocol;
use strict;
use base 'Cache::Memcached::AnyEvent::Protocol';
| Cache-Memcached-AnyEvent documentation | view source | Contained in the Cache-Memcached-AnyEvent distribution. |