<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,6 +34,8 @@ module ActiveSupport
       def read(key, options = nil)
         super
         @cache.get(key, marshal?(options))
+      rescue Memcached::NotFound
+        nil
       rescue Memcached::Error =&gt; e
         log_error(e)
         nil</diff>
      <filename>lib/active_support/cache/libmemcached_store.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a8224ae3220876802af3ace6e775f416657ce11f</id>
    </parent>
  </parents>
  <author>
    <name>Jeffrey Hardy</name>
    <email>packagethief@gmail.com</email>
  </author>
  <url>http://github.com/37signals/libmemcached_store/commit/d931550d2dc29869ff3cbb5d597b05d1acc7a801</url>
  <id>d931550d2dc29869ff3cbb5d597b05d1acc7a801</id>
  <committed-date>2008-08-23T17:26:48-07:00</committed-date>
  <authored-date>2008-08-23T17:26:48-07:00</authored-date>
  <message>Don't log an error on Memcached::NotFound since it's the normal behavior when a key can't be found</message>
  <tree>06b74fcf6f02001d0be36a58996d670b5cf5879c</tree>
  <committer>
    <name>Jeffrey Hardy</name>
    <email>packagethief@gmail.com</email>
  </committer>
</commit>
