Expand description
actix_diesel_cache is crate which provides the actix actor for caching all database entries on local machine.
Structs§
- Actix Actor for caching database. Has fast reads and slow writes. Updates its records once in a minute and on inserts.
- Gets item by id
- Gets all entries
- Save one entry
Traits§
- Trait for CacheDbActor. Requires at compile time for type to be queryable in table and database backend.
Type Aliases§
- Error of cache actor
- Result