<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.php.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.yac.php',
    1 => 'Yac',
    2 => 'Yac',
  ),
  'up' => 
  array (
    0 => 'refs.basic.php.php',
    1 => 'Вплив на поведінку PHP',
  ),
  'prev' => 
  array (
    0 => 'function.xhprof-sample-enable.php',
    1 => 'xhprof_sample_enable',
  ),
  'next' => 
  array (
    0 => 'intro.yac.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/yac/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.yac.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.yac" class="book">
 
 <h1 class="title">Yac</h1>
 

 

 






 






 
 







<ul class="chunklist chunklist_book"><li><a href="intro.yac.php">Вступ</a></li><li><a href="yac.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="yac.requirements.php">Вимоги</a></li><li><a href="yac.installation.php">Встановлення</a></li><li><a href="yac.configuration.php">Налаштування під час виконання</a></li><li><a href="yac.resources.php">Типи ресурсів</a></li></ul></li><li><a href="yac.constants.php">Попередньо визначені константи</a></li><li><a href="class.yac.php">Yac</a> — The Yac class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yac.add.php">Yac::add</a> — Store into cache</li><li><a href="yac.construct.php">Yac::__construct</a> — Constructor</li><li><a href="yac.delete.php">Yac::delete</a> — Remove items from cache</li><li><a href="yac.dump.php">Yac::dump</a> — Dump cache</li><li><a href="yac.flush.php">Yac::flush</a> — Flush the cache</li><li><a href="yac.get.php">Yac::get</a> — Retrieve values from cache</li><li><a href="yac.getter.php">Yac::__get</a> — Getter</li><li><a href="yac.info.php">Yac::info</a> — Status of cache</li><li><a href="yac.set.php">Yac::set</a> — Store into cache</li><li><a href="yac.setter.php">Yac::__set</a> — Setter</li></ul></li></ul></div><?php manual_footer($setup); ?>