Module hitbox::dev[][src]

Expand description

Structures and traits for custom backend development and testing process.

Modules

mock_backend

Structures and traits for custom backend development and testing process.

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.

MockAdapter

Mock for Adapter.

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.