Skip to content

Commit

Permalink
update docs for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Dec 24, 2010
1 parent d67c2fb commit a5f08b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/index.markdown
Expand Up @@ -12,8 +12,8 @@ for [Rack][]-based applications that produce freshness (`Expires`,
News News
---- ----


* Rack::Cache 0.5 was released on May 25, 2009. See the * Rack::Cache 1.0 was released on December 24, 2010. See the
[`CHANGES`](http://github.com/rtomayko/rack-cache/blob/0.5.0/CHANGES) file [`CHANGES`](http://github.com/rtomayko/rack-cache/blob/1.0/CHANGES) file
for details. for details.
* [How to use Rack::Cache with Rails 2.3](http://snippets.aktagon.com/snippets/302-How-to-setup-and-use-Rack-Cache-with-Rails-2-3-0-RC-1) - it's really easy. * [How to use Rack::Cache with Rails 2.3](http://snippets.aktagon.com/snippets/302-How-to-setup-and-use-Rack-Cache-with-Rails-2-3-0-RC-1) - it's really easy.
* [RailsLab's Advanced HTTP Caching Screencast](http://railslab.newrelic.com/2009/02/26/episode-11-advanced-http-caching) * [RailsLab's Advanced HTTP Caching Screencast](http://railslab.newrelic.com/2009/02/26/episode-11-advanced-http-caching)
Expand Down
8 changes: 4 additions & 4 deletions doc/storage.markdown
Expand Up @@ -141,11 +141,11 @@ The URI must specify the host and port of a remote memcached daemon. The path
portion is an optional (but recommended) namespace that is prepended to each portion is an optional (but recommended) namespace that is prepended to each
cache key. cache key.


The memcached storage backend requires either the `memcache-client` or The memcached storage backend requires either the `dalli` or `memcached`
`memcached` libraries. By default, the `memcache-client` library is used; libraries. By default, the `dalli` library is used; require the `memcached`
require the `memcached` library explicitly to use it instead. library explicitly to use it instead.


gem install memcache-client gem install dalli


Memcached storage is reasonably fast and allows multiple backends to share a Memcached storage is reasonably fast and allows multiple backends to share a
single cache. It is also the only storage implementation that allows the cache single cache. It is also the only storage implementation that allows the cache
Expand Down

0 comments on commit a5f08b4

Please sign in to comment.