Stub in a getMemcached subroutine. The merge between memcached and the other branches seems to have gone wrong.

This commit is contained in:
Colin Kuskie 2010-01-22 08:31:48 -08:00
parent 12e7981cc3
commit 90e92184f7

View file

@ -224,6 +224,10 @@ sub get {
return (ref $content) ? ${$content} : undef;
}
sub getMemcached {
return shift->{_memcached};
}
#-------------------------------------------------------------------
=head2 mget ( names )