<note> missing <para>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275227 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2009-02-05 17:54:34 +00:00
parent f317150dd9
commit 414782eca2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="memcached.getmulti" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -22,11 +22,13 @@
variable is provided, it is filled with the CAS token values for the found
items.
<note>
Unlike <methodname>Memcached::get</methodname> it is not possible to
specify a read-through cache callback for
<function>Memcached::getMulti</function>, because the memcache protocol
does provide information on which keys were not found in the multi-key
request.
<para>
Unlike <methodname>Memcached::get</methodname> it is not possible to
specify a read-through cache callback for
<function>Memcached::getMulti</function>, because the memcache protocol
does provide information on which keys were not found in the multi-key
request.
</para>
</note>
</para>
</refsect1>