Module akd::storage::manager

source ·
Expand description

Storage management module for AKD. A wrapper around the underlying database interaction to manage interactions with the data layer to optimize things like caching and transaction management

Structs

Represents the manager of the storage mediums, including caching and transactional operations (creating the transaction, commiting it, etc)