TinyBase logoTinyBase

Load methods

This is the collection of load methods within the Persister interface. There are only three load methods, load, startAutoLoad, and stopAutoLoad.

load

The load method gets persisted data from storage, and loads it into the Store with which the Persister is associated, once.

startAutoLoad

The startAutoLoad method gets persisted data from storage, and loads it into the Store with which the Persister is associated, once, and then continuously.

stopAutoLoad

The stopAutoLoad method stops the automatic loading of data from storage previously started with the startAutoLoad method.