# File lib/dragonfly/memory_data_store.rb, line 14 def read(uid) data = content_store[uid] [data[:content], data[:meta]] if data end