Does Database.save(doc) commit synchronously to disk?

If I do a Database.save(doc) (with cblite 2.0 in e.g. Java), will the document be persisted and committed to disk synchronously? i.e. not return until the doc has been physically written to disk?
Is there anywhere in the docs where details like this are described?

Thanks!