Files
doc-fr/reference/memcache/book.xml
2021-09-24 04:13:47 +01:00

59 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2e8ef0a1bd98243cb2c6c5c627a195bb53a7a440 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.memcache" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>Memcache</title>
<!-- {{{ preface -->
<preface xml:id="intro.memcache">
&reftitle.intro;
<para>
Le module <literal>Memcache</literal> fournit une interface procédurale maniable
ainsi qu'orientée objet à <literal>Memcache</literal>, un démon fortement efficace dans
la gestion du cache, qui est principalement destiné à faire baisser la charge des bases
de données dans les applications web dynamiques.
</para>
<para>
Le module <literal>Memcache</literal> fournit également un
gestionnaire de <link
linkend="ref.session">session</link> (<literal>memcache</literal>).
</para>
<para>
Plus d'informations concernant <literal>Memcache</literal> peuvent être
consultées sur <link xlink:href="&url.memcache;">&url.memcache;</link>.
</para>
</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
-->