Methods
These are the methods within the Persister
interface.
Getter methods
This is the collection of getter methods within the Persister
interface. There is only one method, getStore
.
Lifecycle methods
This is the collection of lifecycle methods within the Persister
interface. There is only one method, destroy
.
Load methods
This is the collection of load methods within the Persister
interface. There are only three load methods, load
, startAutoLoad
, and stopAutoLoad
.
Save methods
This is the collection of save methods within the Persister
interface. There are only three save methods, save
, startAutoSave
, and stopAutoSave
.
Development methods
This is the collection of development methods within the Persister
interface. There is only one method, getStats
.