Stub in a getMemcached subroutine. The merge between memcached and the other branches seems to have gone wrong.
This commit is contained in:
parent
12e7981cc3
commit
90e92184f7
1 changed files with 4 additions and 0 deletions
|
|
@ -224,6 +224,10 @@ sub get {
|
|||
return (ref $content) ? ${$content} : undef;
|
||||
}
|
||||
|
||||
sub getMemcached {
|
||||
return shift->{_memcached};
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 mget ( names )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue