Module cache

Module cache 

Source
Expand description

Cache module for an efficient in-memory and persistent database.

Structs§

Cache
An in-memory key-value cache that is automatically synced to disk.
CacheOption
Define the option to create a cache.

Enums§

CacheError
Error related to caching.

Traits§

CacheKey
Trait to be implemented for cache keys.
CacheValue
Trait to be implemented for cache value.