Cache-Memcached-AnyEvent
view release on metacpan or search on metacpan
Memcached server to store a particular key. This object MUST implement
the following methods:
$object->set_server( @servernames );
my $handle = $object->get_handle( $key );
By default if this argument is not specified, a selector object will
automatically be created using the value of the `selector_class`
argument.
- selector\_class => $class\_name\_or\_fragment
Specifies the selector class to be instantiated. The default value is "Traditional".
If the class name is preceded by a single '+', then that class name with the
'+' removed will be used as the class name. Otherwise, the prefix
"Cache::Memcached::AnyEvent::Selector::" will be added to the value
("Traditional" would be transformed to "Cache::Memcached::AnyEvent::Selector::Traditional")
- namespace => $namespace
- procotol => $object
lib/Cache/Memcached/AnyEvent.pm view on Meta::CPAN
Memcached server to store a particular key. This object MUST implement
the following methods:
$object->set_server( @servernames );
my $handle = $object->get_handle( $key );
By default if this argument is not specified, a selector object will
automatically be created using the value of the C<selector_class>
argument.
=item selector_class => $class_name_or_fragment
Specifies the selector class to be instantiated. The default value is "Traditional".
If the class name is preceded by a single '+', then that class name with the
'+' removed will be used as the class name. Otherwise, the prefix
"Cache::Memcached::AnyEvent::Selector::" will be added to the value
("Traditional" would be transformed to "Cache::Memcached::AnyEvent::Selector::Traditional")
=item namespace => $namespace
( run in 1.901 second using v1.01-cache-2.11-cpan-364913b4093 )