Crate hitbox_backend

Source
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§

BackendError
Proxy Error describes general groups of errors in backend interaction process.
DeleteStatus
Status of deleting result.
LockStatus
Enum for representing status of Lock object in backend.

Traits§

Backend
Define the behavior needed of an cache layer to work with cache backend.