Getter methods
This is the collection of getter methods within the LocalPersister
interface. There are only two getter methods, getStore
and getStorageName
.
getStore
The getStore
method returns a reference to the underlying Store
or MergeableStore
that is backing this Persister
object.
getStorageName
The getStorageName
method returns the unique key of the storage location the Store
is being persisted to.