Skip to main content

Module environment

Module environment 

Source
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
EnvironmentStore trait — pluggable server-side persistence
mem_environment_store
In-memory EnvironmentStore for tests