reference/memcache/book.xml
2e8ef0a1bd98243cb2c6c5c627a195bb53a7a440
...
...
@@ -2,13 +2,14 @@
2
2
<!-- $Revision$ -->
3
3
4
4
<book xml:id="book.memcache" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="pecl" ?>
5
6
<title>Memcache</title>
6
7
7
8
<!-- {{{ preface -->
8
9
<preface xml:id="intro.memcache">
9
10
&reftitle.intro;
10
11
<para>
11
-
Memcache module provides handy procedural and object oriented interface
12
+
Memcache module provides handy procedural and object-oriented interface
12
13
to memcached, highly effective caching daemon, which was especially
13
14
designed to decrease database load in dynamic web applications.
14
15
</para>
15
16