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