# File lib/mini_profiler/storage/memcache_store.rb, line 21 def load(id) raw = @client.get("#{@prefix}#{id}") Marshal::load(raw) if raw end