|
|
@ -64,7 +64,9 @@ await store.save(); // this manually saves the store, otherwise the store is onl
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Persisting values
|
|
|
|
### Persisting values
|
|
|
|
|
|
|
|
|
|
|
|
Values added to the store are not persisted between application loads unless:
|
|
|
|
Values added to the store are not persisted between application loads unless:
|
|
|
|
|
|
|
|
|
|
|
|
1. The application is closed gracefully (plugin automatically saves)
|
|
|
|
1. The application is closed gracefully (plugin automatically saves)
|
|
|
|
2. The store is manually saved (using `store.save()`)
|
|
|
|
2. The store is manually saved (using `store.save()`)
|
|
|
|
|
|
|
|
|
|
|
|