2015-11-18 14:01:54 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-09-02 18:42:15 +00:00
|
|
|
<!-- $Revision$ -->
|
2015-11-18 14:01:54 +00:00
|
|
|
|
|
|
|
<book xml:id="book.apcu" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2021-05-20 17:45:21 +00:00
|
|
|
<?phpdoc extension-membership="pecl" ?>
|
2015-11-18 14:01:54 +00:00
|
|
|
<title>APC User Cache</title>
|
|
|
|
<titleabbrev>APCu</titleabbrev>
|
|
|
|
|
|
|
|
<preface xml:id="intro.apcu">
|
|
|
|
&reftitle.intro;
|
2021-02-11 11:07:19 +00:00
|
|
|
<para>
|
|
|
|
APCu is an in-memory key-value store for PHP.
|
|
|
|
Keys are of type &string; and values can be any PHP variables.
|
|
|
|
APCu only supports userland caching of variables.
|
|
|
|
</para>
|
2015-11-18 14:01:54 +00:00
|
|
|
<para>
|
2020-09-26 12:28:04 +00:00
|
|
|
APCu is APC stripped of opcode caching.
|
2015-11-18 14:01:54 +00:00
|
|
|
</para>
|
2016-01-30 12:57:31 +00:00
|
|
|
<para>
|
|
|
|
The first APCu codebase was versioned 4.0.0, it was forked from the head of the APC master branch at the time.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
PHP 7 support is available as of APCu 5.0.0.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
APCu can provide a compatibility mode, such that it can provide a drop in replacement for the applicable parts of APC.
|
|
|
|
</para>
|
2015-11-18 14:01:54 +00:00
|
|
|
</preface>
|
|
|
|
|
|
|
|
&reference.apcu.setup;
|
|
|
|
&reference.apcu.constants;
|
|
|
|
&reference.apcu.reference;
|
|
|
|
&reference.apcu.apcuiterator;
|
|
|
|
|
|
|
|
</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
|
|
|
|
-->
|
|
|
|
|