sqlite_maybe_vacuum


Description:

public bool sqlite_maybe_vacuum (Cancellable? cancellable = null) throws Error

Runs vacuum (compacts the database file), if needed.

Parameters:

this

an Cache

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded. It doesn't mean that the vacuum had been run, only that no error happened during the call.