-<nav><ul><li><a href="/">TinyBase</a></li><li><a href="/api/">API</a></li><li><a href="/api/persisters/"><code>persisters</code></a></li><li><a href="/api/persisters/interfaces/">Interfaces</a></li><li><a href="/api/persisters/interfaces/persister/persister/"><code>Persister</code></a></li><li><a href="/api/persisters/interfaces/persister/persister/methods/save/">Save methods</a></li></ul></nav><section class="s1" id="/api/persisters/interfaces/persister/persister/methods/save/" data-id="P2/M12/S9"><h1>Save methods</h1><p>This is the collection of save methods within the <a href="/api/persisters/interfaces/persister/persister/"><code>Persister</code></a> interface. There are only three save methods, <a href="/api/persisters/interfaces/persister/persister/methods/save/save/"><code>save</code></a>, <a href="/api/persisters/interfaces/persister/persister/methods/save/startautosave/"><code>startAutoSave</code></a>, and <a href="/api/persisters/interfaces/persister/persister/methods/save/stopautosave/"><code>stopAutoSave</code></a>.</p><section class="s2" id="/api/persisters/interfaces/persister/persister/methods/save/save/" data-id="s2"><h2><a href="/api/persisters/interfaces/persister/persister/methods/save/save/"><code>save</code></a></h2><p>The <code>save</code> method takes data from the <a href="/api/store/interfaces/store/store/"><code>Store</code></a> with which the <a href="/api/persisters/interfaces/persister/persister/"><code>Persister</code></a> is associated and persists it into storage, once.</p></section><section class="s2" id="/api/persisters/interfaces/persister/persister/methods/save/startautosave/" data-id="sAS"><h2><a href="/api/persisters/interfaces/persister/persister/methods/save/startautosave/"><code>startAutoSave</code></a></h2><p>The <a href="/api/persisters/interfaces/persister/persister/methods/save/save/"><code>save</code></a> method takes data from the <a href="/api/store/interfaces/store/store/"><code>Store</code></a> with which the <a href="/api/persisters/interfaces/persister/persister/"><code>Persister</code></a> is associated and persists it into storage, once, and then continuously.</p></section><section class="s2" id="/api/persisters/interfaces/persister/persister/methods/save/stopautosave/" data-id="sAS2"><h2><a href="/api/persisters/interfaces/persister/persister/methods/save/stopautosave/"><code>stopAutoSave</code></a></h2><p>The <code>stopAutoSave</code> method stops the automatic save of data to storage previously started with the <a href="/api/persisters/interfaces/persister/persister/methods/save/startautosave/"><code>startAutoSave</code></a> method.</p></section></section>
0 commit comments