Expand description
Traits and struct messages for hitbox backend interaction.
If you want implement your own backend, you in the right place.
Structs§
- Delete
- Actix message delete record in backend by key.
- Get
- Actix message requests cache backend value by key.
- Lock
- Actix message creates lock in cache backend.
- Set
- Actix message writes cache backend value by key.
Enums§
- Backend
Error - Proxy Error describes general groups of errors in backend interaction process.
- Delete
Status - Status of deleting result.
- Lock
Status - Enum for representing status of Lock object in backend.
Traits§
- Backend
- Define the behavior needed of an cache layer to work with cache backend.