Method Gdbm.DB()->sync()


Method sync

void sync()

Description

When opening the database with the 'f' flag writings to the database can be cached in memory for a long time. Calling sync will write all such caches to disk and not return until everything is stored on the disk.