# File lib/mini_profiler/storage/memory_store.rb, line 81
      def load(id)
        @timer_struct_lock.synchronize {
          @timer_struct_cache[id]
        }
      end