Long Term Memory main class.
S - Vuex state type.
Executor that controls when and if the state will be persisted (e.g. to prevent bursts).
Readonly
Resolves when the state has been restored or no persisted state was found.
Vuex plugin (i.e. new Vuex.Store({ plugins: [ltm.plugin] })).
Long Term Memory main class.
Typeparam
S - Vuex state type.