<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,6 +26,7 @@ module ActionController #:nodoc:
   #   config.action_controller.cache_store = :file_store, &quot;/path/to/cache/directory&quot;
   #   config.action_controller.cache_store = :drb_store, &quot;druby://localhost:9192&quot;
   #   config.action_controller.cache_store = :mem_cache_store, &quot;localhost&quot;
+  #   config.action_controller.cache_store = :mem_cache_store, Memcached::Rails.new(&quot;localhost:11211&quot;)
   #   config.action_controller.cache_store = MyOwnStore.new(&quot;parameter&quot;)
   module Caching
     extend ActiveSupport::Concern</diff>
      <filename>actionpack/lib/action_controller/caching.rb</filename>
    </modified>
    <modified>
      <diff>@@ -38,6 +38,11 @@ module ActiveSupport
       #
       # If no addresses are specified, then MemCacheStore will connect to
       # localhost port 11211 (the default memcached port).
+      #
+      # Instead of addresses one can pass in a MemCache-like object. For example:
+      #
+      #   require 'memcached' # gem install memcached; uses C bindings to libmemcached
+      #   ActiveSupport::Cache::MemCacheStore.new(Memcached::Rails.new(&quot;localhost:11211&quot;))
       def initialize(*addresses)
         if addresses.first.respond_to?(:get)
           @data = addresses.first</diff>
      <filename>activesupport/lib/active_support/cache/mem_cache_store.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>82b9b151ffde44305d67744c0bfd9bb5505f6fbe</id>
    </parent>
  </parents>
  <author>
    <name>David Vrensk</name>
    <email>david@vrensk.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/af44b0764965a9ae1f77290056473b35eac79562</url>
  <id>af44b0764965a9ae1f77290056473b35eac79562</id>
  <committed-date>2009-11-12T11:21:44-08:00</committed-date>
  <authored-date>2009-11-01T07:46:12-08:00</authored-date>
  <message>Rdoc for changes introduced in e2ed1a1ca, 36058f450.

[#3451 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
  <tree>b3d4c65cc6aec93f18df6a3ac851828efbd32c5c</tree>
  <committer>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </committer>
</commit>
