You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Controller Filters allow you to perform actions either before or after the controllers execute. Unlike <aclass="reference internal" href="../extending/events.html"><spanclass="doc">events</span></a>,
<pclass="last">The AJAX requests depends on the <codeclass="docutils literal notranslate"><spanclass="pre">X-Requested-With</span></code> header, which in some cases is not sent by default in XHR requests via JavaScript (i.e. fetch). See the <aclass="reference internal" href="../general/ajax.html"><spanclass="doc">AJAX Requests</span></a> section on how to avoid this problem.</p>
Copy file name to clipboardExpand all lines: docs/libraries/caching.html
+18-18
Original file line number
Diff line number
Diff line change
@@ -402,8 +402,8 @@ <h3><a class="toc-backref" href="#id2">Configuring the Cache</a><a class="header
402
402
<divclass="section" id="class-reference">
403
403
<h2><aclass="toc-backref" href="#id3">Class Reference</a><aclass="headerlink" href="#class-reference" title="Permalink to this headline">¶</a></h2>
404
404
<dlclass="method">
405
-
<dtid="isSupported">
406
-
<codeclass="descname">isSupported</code><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="headerlink" href="#isSupported" title="Permalink to this definition">¶</a></dt>
<codeclass="descname">get</code><spanclass="sig-paren">(</span><em>$key</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#get" title="Permalink to this definition">¶</a></dt>
in order to allow usage of <codeclass="docutils literal notranslate"><spanclass="pre">increment()</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">decrement()</span></code>.</p>
482
482
</div>
483
483
<dlclass="method">
484
-
<dtid="delete">
485
-
<codeclass="descname">delete</code><spanclass="sig-paren">(</span><em>$key</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#delete" title="Permalink to this definition">¶</a></dt>
<codeclass="descname">increment</code><spanclass="sig-paren">(</span><em>$key</em><spanclass="optional">[</span>, <em>$offset = 1</em><spanclass="optional">]</span><spanclass="sig-paren">)</span><aclass="headerlink" href="#increment" title="Permalink to this definition">¶</a></dt>
<codeclass="descname">decrement</code><spanclass="sig-paren">(</span><em>$key</em><spanclass="optional">[</span>, <em>$offset = 1</em><spanclass="optional">]</span><spanclass="sig-paren">)</span><aclass="headerlink" href="#decrement" title="Permalink to this definition">¶</a></dt>
<codeclass="descname">clean</code><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="headerlink" href="#clean" title="Permalink to this definition">¶</a></dt>
<codeclass="descname">cache_info</code><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="headerlink" href="#cache_info" title="Permalink to this definition">¶</a></dt>
<codeclass="descname">getMetadata</code><spanclass="sig-paren">(</span><em>$key</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#getMetadata" title="Permalink to this definition">¶</a></dt>
0 commit comments