class Bootsnap::LoadPathCache::Store

def mark_for_mutation!

def mark_for_mutation!
  @dirty = true
  @data = @data.dup if @data.frozen?
end