The storage manager to use.
Optional
readWhether this storage should be read from when loading documents. Defaults to true
.
Optional
writeWhether this storage should be written to when documents change. Defaults to true
.
Optional
writeCustom throttle function that can be used to debounce or throttle writes to this storage. The
function should call write()
when it wants to actually trigger the pending write to storage.
A policy describing how to