Files
Leonardo Lara Rodrigues 17d859faaf sync line numbers with en rev
2026-01-23 09:16:58 -03:00

51 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: f4098e2bac4bcc136b95b85badcf4476fa683477 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.memcache">
<?phpdoc extension-membership="pecl" ?>
<title>Memcache</title>
<!-- {{{ preface -->
<preface xml:id="intro.memcache">
&reftitle.intro;
<simpara>
O módulo Memcache fornece uma interface procedural e orientada a objetos conveniente
para o memcached, um daemon de cache altamente eficaz, projetado
especialmente para reduzir a carga do banco de dados em aplicações web dinâmicas.
</simpara>
<simpara>
O módulo Memcache também fornece um manipulador de <link linkend="ref.session">sessão</link> (<literal>memcache</literal>).
</simpara>
<simpara>
Mais informações sobre o memcached podem ser encontradas em <link xlink:href="&url.memcache;">&url.memcache;</link>.
</simpara>
</preface>
<!-- }}} -->
&reference.memcache.setup;
&reference.memcache.constants;
&reference.memcache.examples;
&reference.memcache.memcache;
&reference.memcache.reference;
</book>
<!-- 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
-->