# File lib/mini_profiler/storage/abstract_store.rb, line 9
      def load(id)
        raise NotImplementedError.new("load is not implemented")
      end