doc/index.markdown in rtomayko-rack-cache-0.3.0 vs doc/index.markdown in rtomayko-rack-cache-0.3.9

- old
+ new

@@ -5,11 +5,10 @@ * Standards-based (see [RFC 2616][rfc] / [Section 13][s13]). * Freshness/expiration based caching * Validation * Vary support * Portable: 100% Ruby / works with any [Rack][]-enabled framework. - * [Configuration language][config] for advanced caching policies. * Disk, memcached, and heap memory [storage backends][storage]. Status ------ @@ -50,11 +49,10 @@ caching. More ---- - * [Configuration Language Documentation][config] - how to customize cache - policy using the simple event-based configuration system. + * [Configuration and Options][config] - how to set cache options. * [Cache Storage Documentation][storage] - detailed information on the various storage implementations available in __Rack::Cache__ and how to choose the one that's best for your application.