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.
- Cache
Option - Define the option to create a cache.
Enums§
- Cache
Error - Error related to caching.
Traits§
- Cache
Key - Trait to be implemented for cache keys.
- Cache
Value - Trait to be implemented for cache value.