mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
<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:
parent
f317150dd9
commit
414782eca2
1 changed files with 8 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue