Files
archived-doc-pt-br/reference/apcu/apcuiterator.xml
2026-01-18 23:13:55 +00:00

82 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 804d8a05451c13328eb1192553dcb2374706cabb Maintainer: leonardolara Status: ready -->
<reference xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="class.apcuiterator" role="class">
<title>A classe APCUIterator</title>
<titleabbrev>APCUIterator</titleabbrev>
<partintro>
<!-- {{{ APCUIterator intro -->
<section xml:id="apcuiterator.intro">
&reftitle.intro;
<simpara>
A classe <classname>APCUIterator</classname> torna mais fácil iterar
sobre grandes caches APCu. Ela é útil pois permite iterar sobre grandes
caches em etapas, capturando um número definido de entradas por instância de trava,
portanto ela libera as travas de cache para outras atividades ao invés de segurar
todo o cache para capturar 100 entradas (que é o padrão). Além disso, usar correspondências com
expressões regulares é mais eficiente pois opera no nível de linguagem C.
</simpara>
</section>
<!-- }}} -->
<section xml:id="apcuiterator.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>APCUIterator</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>APCUIterator</classname>
</ooclass>
<oointerface>
<interfacename>Iterator</interfacename>
</oointerface>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.apcuiterator')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.apcuiterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:fallback/>
</xi:include>
</classsynopsis>
<!-- }}} -->
</section>
</partintro>
&reference.apcu.entities.apcuiterator;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->