# File lib/memcache.rb, line 127 def read(key, opts = nil) opts ||= {} get(key, opts.merge(:raw => true)) end