|
|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<!-- EN-Revision: 16649 -->
|
|
|
+<!-- EN-Revision: 17136 -->
|
|
|
<!-- Reviewed: no -->
|
|
|
<sect1 id="zend.cache.frontends">
|
|
|
<title>Zend_Cache Frontends</title>
|
|
|
@@ -644,7 +644,7 @@ $res = $cache->foobar2('1', '2');
|
|
|
</entry>
|
|
|
</row>
|
|
|
<row>
|
|
|
- <entry><emphasis>default_options</emphasis></entry>
|
|
|
+ <entry><emphasis>default_options</emphasis></entry>
|
|
|
<entry><type>Array</type></entry>
|
|
|
<entry><methodname>array(...siehe unten...)</methodname></entry>
|
|
|
<entry>
|
|
|
@@ -652,15 +652,15 @@ $res = $cache->foobar2('1', '2');
|
|
|
<itemizedlist>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, true per Default)
|
|
|
- cache</emphasis>: Cache ist aktiviert wenn
|
|
|
- <constant>TRUE</constant>
|
|
|
+ <emphasis>(boolean, <constant>TRUE</constant> per
|
|
|
+ Default) cache</emphasis>: Cache ist aktiviert
|
|
|
+ wenn <constant>TRUE</constant>
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, false per Default)
|
|
|
- cache_with_get_variables</emphasis>: wenn
|
|
|
+ <emphasis>(boolean, <constant>FALSE</constant> per
|
|
|
+ Default) cache_with_get_variables</emphasis>: wenn
|
|
|
<constant>TRUE</constant>, ist der Cache weiterhin
|
|
|
aktiviert, selbst wenn es einige Variablen im
|
|
|
<varname>$_GET</varname> Array gibt
|
|
|
@@ -668,61 +668,62 @@ $res = $cache->foobar2('1', '2');
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, false per Default)
|
|
|
- cache_with_post_variables</emphasis>: wenn
|
|
|
- <constant>TRUE</constant>, ist der Cache weiterhin
|
|
|
- aktiviert, selbst wenn es einige Variablen im
|
|
|
- <varname>$_POST</varname> Array gibt
|
|
|
+ <emphasis>(boolean, <constant>FALSE</constant> per
|
|
|
+ Default) cache_with_post_variables</emphasis>:
|
|
|
+ wenn <constant>TRUE</constant>, ist der Cache
|
|
|
+ weiterhin aktiviert, selbst wenn es einige Variablen
|
|
|
+ im <varname>$_POST</varname> Array gibt
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, false per Default)
|
|
|
- cache_with_session_variables</emphasis>: wenn
|
|
|
- <constant>TRUE</constant>, ist der Cache weiterhin
|
|
|
- aktiviert, selbst wenn es einige Variablen im
|
|
|
- <varname>$_SESSION</varname> Array gibt
|
|
|
+ <emphasis>(boolean, <constant>FALSE</constant> per
|
|
|
+ Default) cache_with_session_variables</emphasis>:
|
|
|
+ wenn <constant>TRUE</constant>, ist der Cache
|
|
|
+ weiterhin aktiviert, selbst wenn es einige Variablen
|
|
|
+ im <varname>$_SESSION</varname> Array gibt
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, false per Default)
|
|
|
- cache_with_files_variables</emphasis>: wenn
|
|
|
- <constant>TRUE</constant>, ist der Cache weiterhin
|
|
|
- aktiviert, selbst wenn es einige Variablen im
|
|
|
- <varname>$_FILES</varname> Array gibt
|
|
|
+ <emphasis>(boolean, <constant>FALSE</constant> per
|
|
|
+ Default) cache_with_files_variables</emphasis>:
|
|
|
+ wenn <constant>TRUE</constant>, ist der Cache
|
|
|
+ weiterhin aktiviert, selbst wenn es einige Variablen
|
|
|
+ im <varname>$_FILES</varname> Array gibt
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, false per Default)
|
|
|
- cache_with_cookie_variables</emphasis>: wenn
|
|
|
- <constant>TRUE</constant>, ist der Cache weiterhin
|
|
|
- aktiviert, selbst wenn es einige Variablen im
|
|
|
- <varname>$_COOKIE</varname> Array gibt
|
|
|
+ <emphasis>(boolean, <constant>FALSE</constant> per
|
|
|
+ Default) cache_with_cookie_variables</emphasis>:
|
|
|
+ wenn <constant>TRUE</constant>, ist der Cache
|
|
|
+ weiterhin aktiviert, selbst wenn es einige Variablen
|
|
|
+ im <varname>$_COOKIE</varname> Array gibt
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, true per Default)
|
|
|
- make_id_with_get_variables</emphasis>: wenn
|
|
|
- <constant>TRUE</constant>, wird die Cache ID vom
|
|
|
+ <emphasis>(boolean, <constant>TRUE</constant> per
|
|
|
+ Default) make_id_with_get_variables</emphasis>:
|
|
|
+ wenn <constant>TRUE</constant>, wird die Cache ID vom
|
|
|
Inhalt des <varname>$_GET</varname> Arrays abhängig
|
|
|
sein
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, true per Default)
|
|
|
- make_id_with_post_variables</emphasis>: wenn
|
|
|
- <constant>TRUE</constant>, wird die Cache ID vom
|
|
|
+ <emphasis>(boolean, <constant>TRUE</constant> per
|
|
|
+ Default) make_id_with_post_variables</emphasis>:
|
|
|
+ wenn <constant>TRUE</constant>, wird die Cache ID vom
|
|
|
Inhalt des <varname>$_POST</varname> Arrays abhängig
|
|
|
sein
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, true per Default)
|
|
|
+ <emphasis>(boolean, <constant>TRUE</constant> per
|
|
|
+ Default)
|
|
|
make_id_with_session_variables</emphasis>: wenn
|
|
|
<constant>TRUE</constant>, wird die Cache ID vom
|
|
|
Inhalt des <varname>$_SESSION</varname> Arrays
|
|
|
@@ -731,25 +732,25 @@ $res = $cache->foobar2('1', '2');
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, true per Default)
|
|
|
- make_id_with_files_variables</emphasis>: wenn
|
|
|
- <constant>TRUE</constant>, wird die Cache ID vom
|
|
|
+ <emphasis>(boolean, <constant>TRUE</constant> per
|
|
|
+ Default) make_id_with_files_variables</emphasis>:
|
|
|
+ wenn <constant>TRUE</constant>, wird die Cache ID vom
|
|
|
Inhalt des <varname>$_FILES</varname> Arrays abhängig
|
|
|
sein
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(boolean, true per Default)
|
|
|
- make_id_with_cookie_variables</emphasis>: wenn
|
|
|
- <constant>TRUE</constant>, wird die Cache ID vom
|
|
|
+ <emphasis>(boolean, <constant>TRUE</constant> per
|
|
|
+ Default) make_id_with_cookie_variables</emphasis>:
|
|
|
+ wenn <constant>TRUE</constant>, wird die Cache ID vom
|
|
|
Inhalt des <varname>$_COOKIE</varname> Arrays
|
|
|
abhängig sein
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(int, false by default)
|
|
|
+ <emphasis>(int, <constant>FALSE</constant> by default)
|
|
|
specific_lifetime</emphasis>: wenn nicht
|
|
|
<constant>FALSE</constant>, wird die angegebene
|
|
|
Lifetime für das ausgewählte Regex verwendet
|
|
|
@@ -757,14 +758,16 @@ $res = $cache->foobar2('1', '2');
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(array, array() by default)
|
|
|
- tags</emphasis>: Tags für den Cache Eintrag
|
|
|
+ <emphasis>(array, <methodname>array()</methodname> by
|
|
|
+ default) tags</emphasis>: Tags für den Cache
|
|
|
+ Eintrag
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis>(int, null by default) priority</emphasis>:
|
|
|
- Priorität (wenn das Backend das unterstützt)
|
|
|
+ <emphasis>(int, <constant>NULL</constant> by default)
|
|
|
+ priority</emphasis>: Priorität (wenn das Backend
|
|
|
+ das unterstützt)
|
|
|
</para>
|
|
|
</listitem>
|
|
|
</itemizedlist>
|