TinyBase logoTinyBase β

Lifecycle methods

destroy

The destroy method should be called when this Persister object is no longer used. Read more.

getStatus

The getStatus method lets you find out if the Persister is currently in the process of loading or saving content. Read more.

schedule

The schedule method allows you to queue up a series of asynchronous actions that must run in sequence during persistence. Read more.

startAutoPersisting

The startAutoPersist method is a convenience method that starts both automatic loading and saving of the Store data. Read more.

stopAutoPersisting

The stopAutoPersist method is a convenience method that stops both automatic loading and saving of the Store data. Read more.