Module engine::store

source ·
Expand description

This crate contains a key/value cache for the stronghold engine. Data is stored in key-value pairs and an expiration timestamp can be set. The data is stored in a structured format and can be quickly retrieved at will. Along with the Vault, this crate is used to store general unencrypted data.

Structs§

  • The Cache struct used to store the data in an ordered format.