mirror of
https://github.com/php/doc-ja.git
synced 2026-04-28 18:43:16 +02:00
85 lines
2.7 KiB
XML
85 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 804d8a05451c13328eb1192553dcb2374706cabb Maintainer: satoruyoshida 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>APCUIterator クラス</title>
|
|
<titleabbrev>APCUIterator</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
<!-- {{{ APCUIterator intro -->
|
|
<section xml:id="apcuiterator.intro">
|
|
&reftitle.intro;
|
|
<simpara>
|
|
<classname>APCUIterator</classname> クラスを使うと、巨大な
|
|
APCu キャッシュの反復処理を容易に行えます。
|
|
巨大なキャッシュを順を追って処理し、
|
|
ロックインスタンス単位で決まった数のエントリを取得することができます。
|
|
そのため、キャッシュ全体を抱え込んで 100 件 (デフォルト)
|
|
のエントリを取り込むのではなく、
|
|
キャッシュのロックを解放して他の操作ができる状態にすることが可能です。
|
|
また、正規表現によるマッチングは 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
|
|
-->
|