doc/classes/Cachetastic/Connection.html in cachetastic-1.1.3 vs doc/classes/Cachetastic/Connection.html in cachetastic-1.1.8

- old
+ new

@@ -90,12 +90,12 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000046">get</a>&nbsp;&nbsp; - <a href="#M000045">new</a>&nbsp;&nbsp; + <a href="#M000045">get</a>&nbsp;&nbsp; + <a href="#M000044">new</a>&nbsp;&nbsp; </div> </div> </div> @@ -133,41 +133,41 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> - <div id="method-M000045" class="method-detail"> - <a name="M000045"></a> + <div id="method-M000044" class="method-detail"> + <a name="M000044"></a> <div class="method-heading"> - <a href="Connection.src/M000045.html" target="Code" class="method-signature" - onclick="popupCode('Connection.src/M000045.html');return false;"> + <a href="Connection.src/M000044.html" target="Code" class="method-signature" + onclick="popupCode('Connection.src/M000044.html');return false;"> <span class="method-name">new</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000046" class="method-detail"> - <a name="M000046"></a> + <div id="method-M000045" class="method-detail"> + <a name="M000045"></a> <div class="method-heading"> - <a href="Connection.src/M000046.html" target="Code" class="method-signature" - onclick="popupCode('Connection.src/M000046.html');return false;"> + <a href="Connection.src/M000045.html" target="Code" class="method-signature" + onclick="popupCode('Connection.src/M000045.html');return false;"> <span class="method-name">get</span><span class="method-args">(name)</span> </a> </div> <div class="method-description"> <p> -Takes the name of the cache and returns back the store object associated -with the cache. If the store object doesn&#8216;t exist of the the store is -no longer valid a <a href="Connection.html#M000045">new</a> one is created -and returned. +Takes the name of the cache, that&#8216;s been methodized, and returns back +the store object associated with the cache. If the store object +doesn&#8216;t exist or if the store is no longer valid (store.valid?) a <a +href="Connection.html#M000044">new</a> one is created and returned. </p> </div> </div> \ No newline at end of file