1.
|
•
|
CommitPending - This is called to commit any outstanding change to the database. It is called prior to setmark, undo, redo, Savework, quit, Getwork.
|
•
|
ClearCache() - This will be called after doing a temporary switch to a different session in a DB, or after doing a Getwork, undo, redo, quit.
|
Note:
|
ClearCache may be called thousands of times within a single operation. Thus any event handlers must be fast.
|