class Bootsnap::LoadPathCache::Store

def commit_transaction

def commit_transaction
  if @dirty
    dump_data
    @dirty = false
  end
end