Expand description
§Server-side data environment
The server’s persistence facade plus the pluggable store trait behind it.
The facade layers striped locking, disk-quota enforcement, and LRU decimation
over the store. An in-memory backend covers tests; a fjall-backed disk
backend powers the production server.
Modules§
- disk_
environment_ store - Production disk
EnvironmentStore - environment
- Server-side data environment — persistence, quotas, decimation
- environment_
store EnvironmentStoretrait — pluggable server-side persistence- mem_
environment_ store - In-memory
EnvironmentStorefor tests