doc/app/classes/Cms/Caching.html in browsercms-3.0.6 vs doc/app/classes/Cms/Caching.html in browsercms-3.1.0
- old
+ new
@@ -78,12 +78,12 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000264">caching_enabled?</a>
- <a href="#M000265">flush_cache</a>
+ <a href="#M000298">caching_enabled?</a>
+ <a href="#M000299">flush_cache</a>
</div>
</div>
</div>
@@ -101,45 +101,45 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000264" class="method-detail">
- <a name="M000264"></a>
+ <div id="method-M000298" class="method-detail">
+ <a name="M000298"></a>
<div class="method-heading">
- <a href="#M000264" class="method-signature">
+ <a href="#M000298" class="method-signature">
<span class="method-name">caching_enabled?</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000264-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000264-source">
+ onclick="toggleCode('M000298-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000298-source">
<pre>
<span class="ruby-comment cmt"># File lib/cms/caching.rb, line 3</span>
3: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">caching_enabled?</span>
4: <span class="ruby-constant">ActionController</span><span class="ruby-operator">::</span><span class="ruby-constant">Base</span>.<span class="ruby-identifier">perform_caching</span>
5: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
- <div id="method-M000265" class="method-detail">
- <a name="M000265"></a>
+ <div id="method-M000299" class="method-detail">
+ <a name="M000299"></a>
<div class="method-heading">
- <a href="#M000265" class="method-signature">
+ <a href="#M000299" class="method-signature">
<span class="method-name">flush_cache</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000265-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000265-source">
+ onclick="toggleCode('M000299-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000299-source">
<pre>
<span class="ruby-comment cmt"># File lib/cms/caching.rb, line 6</span>
6: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">flush_cache</span>
7: <span class="ruby-comment cmt">#Hmmm...this is kinda scary. What if page cache directory is</span>
8: <span class="ruby-comment cmt">#set to the the default, which is /public?</span>
\ No newline at end of file