doc/classes/Cachetastic/Caches/Base.html in cachetastic-1.1.8 vs doc/classes/Cachetastic/Caches/Base.html in cachetastic-1.2.1

- old
+ new

@@ -116,21 +116,21 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> + <a href="#M000040">adapter</a>&nbsp;&nbsp; <a href="#M000032">all_registered_caches</a>&nbsp;&nbsp; <a href="#M000039">cache_name</a>&nbsp;&nbsp; <a href="#M000042">calculate_expiry_time</a>&nbsp;&nbsp; <a href="#M000035">delete</a>&nbsp;&nbsp; <a href="#M000036">expire_all</a>&nbsp;&nbsp; <a href="#M000033">get</a>&nbsp;&nbsp; <a href="#M000041">logger</a>&nbsp;&nbsp; <a href="#M000037">populate_all</a>&nbsp;&nbsp; <a href="#M000034">set</a>&nbsp;&nbsp; <a href="#M000038">stats</a>&nbsp;&nbsp; - <a href="#M000040">store</a>&nbsp;&nbsp; </div> </div> </div> @@ -167,10 +167,29 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> + <div id="method-M000040" class="method-detail"> + <a name="M000040"></a> + + <div class="method-heading"> + <a href="Base.src/M000040.html" target="Code" class="method-signature" + onclick="popupCode('Base.src/M000040.html');return false;"> + <span class="method-name">adapter</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Returns the underlying <a +href="../Adapters/Base.html">Cachetastic::Adapters::Base</a> for this +cache. +</p> + </div> + </div> + <div id="method-M000032" class="method-detail"> <a name="M000032"></a> <div class="method-heading"> <a href="Base.src/M000032.html" target="Code" class="method-signature" @@ -278,11 +297,11 @@ </div> <div class="method-description"> <p> Returns the <a href="../Logger.html">Cachetastic::Logger</a> for the -underlying <a href="../Stores/Base.html">Cachetastic::Stores::Base</a>. +underlying <a href="../Adapters/Base.html">Cachetastic::Adapters::Base</a>. </p> </div> </div> <div id="method-M000037" class="method-detail"> @@ -308,11 +327,11 @@ <a name="M000034"></a> <div class="method-heading"> <a href="Base.src/M000034.html" target="Code" class="method-signature" onclick="popupCode('Base.src/M000034.html');return false;"> - <span class="method-name">set</span><span class="method-args">(key, value, expiry = (store.all_options[&quot;default_expiry&quot;] || 0))</span> + <span class="method-name">set</span><span class="method-args">(key, value, expiry = (adapter.all_options[&quot;default_expiry&quot;] || 0))</span> </a> </div> <div class="method-description"> <p> @@ -339,28 +358,10 @@ </div> <div class="method-description"> <p> A convenience method that returns statistics for the underlying <a -href="../Stores/Base.html">Cachetastic::Stores::Base</a> for the cache. -</p> - </div> - </div> - - <div id="method-M000040" class="method-detail"> - <a name="M000040"></a> - - <div class="method-heading"> - <a href="Base.src/M000040.html" target="Code" class="method-signature" - onclick="popupCode('Base.src/M000040.html');return false;"> - <span class="method-name">store</span><span class="method-args">()</span> - </a> - </div> - - <div class="method-description"> - <p> -Returns the underlying <a -href="../Stores/Base.html">Cachetastic::Stores::Base</a> for this cache. +href="../Adapters/Base.html">Cachetastic::Adapters::Base</a> for the cache. </p> </div> </div> <h3 class="section-bar">Private Class methods</h3> \ No newline at end of file