pub fn memory_backend() -> Arc<MemoryBackend>Expand description
Convenience constructor returning an Arc<MemoryBackend>. Use this when
sharing a single backend across multiple tiers (the paired
{ snapshot, wal } pattern from DS-14-storage §a).
pub fn memory_backend() -> Arc<MemoryBackend>Convenience constructor returning an Arc<MemoryBackend>. Use this when
sharing a single backend across multiple tiers (the paired
{ snapshot, wal } pattern from DS-14-storage §a).