<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,18 +16,24 @@ environment if you need to).
 
 # create a fundamental memcache store named :memcached for localhost
 
-Merb::Cache.setup do
-  register(:memcached, MemcachedStore, :namespace =&gt; &quot;my_app&quot;, :servers =&gt; [&quot;127.0.0.1:11211&quot;])
+dependency &quot;merb-cache&quot; do
+  Merb::Cache.setup do
+    register(:memcached, MemcachedStore, :namespace =&gt; &quot;my_app&quot;, :servers =&gt; [&quot;127.0.0.1:11211&quot;])
+  end
 end
 
 # a default FileStore
-Merb::Cache.setup do
-  register(FileStore)
+dependency &quot;merb-cache&quot; do
+  Merb::Cache.setup do
+    register(FileStore)
+  end
 end
 
 # another FileStore
-Merb::Cache.setup do
-  register(:tmp_cache, FileStore, :dir =&gt; &quot;/tmp&quot;)
+dependency &quot;merb-cache&quot; do
+  Merb::Cache.setup do
+    register(:tmp_cache, FileStore, :dir =&gt; &quot;/tmp&quot;)
+  end
 end
 
 Now lets see how we can use stores in the application:</diff>
      <filename>merb-cache/README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>201a86ecdf418a0ffd07f02872e5034b8ce073b6</id>
    </parent>
  </parents>
  <author>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </author>
  <url>http://github.com/wycats/merb/commit/a196747d7774d0e260689ab51f80cb6b87d2db1f</url>
  <id>a196747d7774d0e260689ab51f80cb6b87d2db1f</id>
  <committed-date>2008-12-02T15:41:52-08:00</committed-date>
  <authored-date>2008-12-02T15:41:36-08:00</authored-date>
  <message>Corrects README for cache to represent best practice for setup</message>
  <tree>f3d5bcad962bcc31b086189368d0ef8423a9e134</tree>
  <committer>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </committer>
</commit>
