<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.wincache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.wincache.php',
    1 => 'WinCache Функції',
    2 => 'WinCache Функції',
  ),
  'up' => 
  array (
    0 => 'book.wincache.php',
    1 => 'WinCache',
  ),
  'prev' => 
  array (
    0 => 'wincache.reroutes.php',
    1 => 'WinCache Functions Reroutes',
  ),
  'next' => 
  array (
    0 => 'function.wincache-fcache-fileinfo.php',
    1 => 'wincache_fcache_fileinfo',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/wincache/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.wincache.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.wincache" class="reference">
 <h1 class="title">WinCache Функції</h1>

 




































































































































<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="function.wincache-fcache-fileinfo.php">wincache_fcache_fileinfo</a> — Retrieves information about files cached in the file cache</li><li><a href="function.wincache-fcache-meminfo.php">wincache_fcache_meminfo</a> — Retrieves information about file cache memory usage</li><li><a href="function.wincache-lock.php">wincache_lock</a> — Acquires an exclusive lock on a given key</li><li><a href="function.wincache-ocache-fileinfo.php">wincache_ocache_fileinfo</a> — Retrieves information about files cached in the opcode cache</li><li><a href="function.wincache-ocache-meminfo.php">wincache_ocache_meminfo</a> — Retrieves information about opcode cache memory usage</li><li><a href="function.wincache-refresh-if-changed.php">wincache_refresh_if_changed</a> — Refreshes the cache entries for the cached files</li><li><a href="function.wincache-rplist-fileinfo.php">wincache_rplist_fileinfo</a> — Retrieves information about resolve file path cache</li><li><a href="function.wincache-rplist-meminfo.php">wincache_rplist_meminfo</a> — Retrieves information about memory usage by the resolve file path cache</li><li><a href="function.wincache-scache-info.php">wincache_scache_info</a> — Retrieves information about files cached in the session cache</li><li><a href="function.wincache-scache-meminfo.php">wincache_scache_meminfo</a> — Retrieves information about session cache memory usage</li><li><a href="function.wincache-ucache-add.php">wincache_ucache_add</a> — Adds a variable in user cache only if variable does not already exist in the cache</li><li><a href="function.wincache-ucache-cas.php">wincache_ucache_cas</a> — Compares the variable with old value and assigns new value to it</li><li><a href="function.wincache-ucache-clear.php">wincache_ucache_clear</a> — Deletes entire content of the user cache</li><li><a href="function.wincache-ucache-dec.php">wincache_ucache_dec</a> — Decrements the value associated with the key</li><li><a href="function.wincache-ucache-delete.php">wincache_ucache_delete</a> — Deletes variables from the user cache</li><li><a href="function.wincache-ucache-exists.php">wincache_ucache_exists</a> — Checks if a variable exists in the user cache</li><li><a href="function.wincache-ucache-get.php">wincache_ucache_get</a> — Gets a variable stored in the user cache</li><li><a href="function.wincache-ucache-inc.php">wincache_ucache_inc</a> — Increments the value associated with the key</li><li><a href="function.wincache-ucache-info.php">wincache_ucache_info</a> — Retrieves information about data stored in the user cache</li><li><a href="function.wincache-ucache-meminfo.php">wincache_ucache_meminfo</a> — Retrieves information about user cache memory usage</li><li><a href="function.wincache-ucache-set.php">wincache_ucache_set</a> — Adds a variable in user cache and overwrites a variable if it already exists in the cache</li><li><a href="function.wincache-unlock.php">wincache_unlock</a> — Releases an exclusive lock on a given key</li></ul>
</div>
<?php manual_footer($setup); ?>