The storage manager to use.
OptionalreadWhether this storage should be read from when loading documents. Defaults to true.
OptionalwriteWhether this storage should be written to when documents change. Defaults to true.
OptionalwriteCustom 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