# File lib/active_support/cache/mem_cache_store.rb, line 24 def read(key, options = nil) super @data.get(key, raw?(options)) rescue MemCache::MemCacheError => e logger.error("MemCacheError (#{e}): #{e.message}") nil end