<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,11 +3,7 @@ Rack::Cache
 
 Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for
 Rack-based applications that produce freshness (Expires, Cache-Control) and/or
-validation (Last-Modified, ETag) information.
-
-We strive to implement those portions of RFC 2616 Section 13 relevant to gateway
-(i.e., &quot;reverse proxy&quot;) cache scenarios with a system for specifying cache
-policy:
+validation (Last-Modified, ETag) information:
 
   * Standards-based (RFC 2616)
   * Freshness/expiration based caching</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -47,8 +47,7 @@ simply `require` and `use` as follows:
 
 Assuming you've designed your backend application to take advantage of HTTP's
 caching features, no further code or configuration is required for basic
-caching. More sophisticated stuff is possible with [Rack::Cache's Configuration
-Language][config].
+caching.
 
 Advanced Usage
 --------------
@@ -60,6 +59,9 @@ Advanced Usage
     storage implementations available in __Rack::Cache__ and how to choose the one
     that's best for your application.
 
+  * [Things Caches Do][things] - An illustrated guide to how HTTP gateway
+    caches work with pointers to other useful resources on HTTP caching.
+
   * [FAQ](./faq) - Frequently Asked Questions about __Rack::Cache__.
 
   * [GitHub Repository](http://github.com/rtomayko/rack-cache/) - Get your
@@ -70,6 +72,7 @@ Advanced Usage
     get a feel for how the system has been put together; I recommend
     [reading the source](http://github.com/rtomayko/rack-cache/master/lib/rack/cache).
 
+
 See Also
 --------
 
@@ -99,6 +102,7 @@ and is provided under [the MIT license](./license)
 
 [config]:  ./configuration &quot;Rack::Cache Configuration Language Documentation&quot;
 [storage]: ./storage       &quot;Rack::Cache Storage Documentation&quot;
+[things]:  http://tomayko.com/writings/things-caches-do
 
 [rfc]: http://tools.ietf.org/html/rfc2616
   &quot;RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1 [ietf.org]&quot;</diff>
      <filename>doc/index.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -14,6 +14,7 @@
         &lt;p&gt;
           &lt;a href=&quot;./configuration&quot; title='Configuration Language Documentation'&gt;Config&lt;/a&gt; |
           &lt;a href=&quot;./storage&quot; title='Cache Storage Documentation'&gt;Storage&lt;/a&gt; |
+          &lt;a href=&quot;http://tomayko.com/writings/things-caches-do&quot; title=&quot;Things Caches Do&quot;&gt;Things&lt;/a&gt; |
           &lt;a href=&quot;./faq&quot; title='Frequently Asked Questions'&gt;FAQ&lt;/a&gt; |
           &lt;a href=&quot;./api/&quot; title='Fucking Sucks.'&gt;RDoc&lt;/a&gt;
         &lt;/p&gt;</diff>
      <filename>doc/layout.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>98782da4d461bfcf7e1f3dd2572c0c8497597661</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/rtomayko/rack-cache/commit/12c1765948a333a561323d4c666bdcf318a42823</url>
  <id>12c1765948a333a561323d4c666bdcf318a42823</id>
  <committed-date>2008-11-24T23:11:21-08:00</committed-date>
  <authored-date>2008-11-24T23:06:56-08:00</authored-date>
  <message>add links to &quot;Things Caches Do&quot; in doc; update README</message>
  <tree>96e7281862dcc6c7f59ac9e84baf29af54a0cd31</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
