<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.memcached.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.memcached.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.memcached.php',
    1 => 'Memcached',
  ),
  'prev' => 
  array (
    0 => 'book.memcached.php',
    1 => 'Memcached',
  ),
  'next' => 
  array (
    0 => 'memcached.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/memcached/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.memcached" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   <a href="http://www.memcached.org/" class="link external">&raquo;&nbsp;memcached</a> is a high-performance,
   distributed memory object caching system, generic in nature, but intended
   for use in speeding up dynamic web applications by alleviating database
   load.
  </p>
  <p class="para">
   This extension uses the libmemcached library to provide an API for communicating
   with memcached servers. It also provides a <a href="ref.session.php" class="link">session</a> handler
   (<code class="literal">memcached</code>).
  </p>
  <p class="para">
   Information about libmemcached can be found at <a href="http://libmemcached.org/libMemcached.html" class="link external">&raquo;&nbsp;http://libmemcached.org/libMemcached.html</a>.
  </p>
 </div><?php manual_footer($setup); ?>