TinyBase logoTinyBase

Save methods

isAutoSaving

The isAutoSaving method lets you find out if the Persister is currently automatically saving its content. Read more.

save

The save method takes data from the Store with which the Persister is associated and persists it into storage, once. Read more.

startAutoSave

The save method takes data from the Store with which the Persister is associated and persists it into storage, once, and then continuously. Read more.

stopAutoSave

The stopAutoSave method stops the automatic save of data to storage previously started with the startAutoSave method. Read more.