1 unstable release
0.1.1 | May 29, 2021 |
---|---|
0.1.0 |
|
#4 in #cache-backend
92 downloads per month
Used in 3 crates
6KB
59 lines
hitbox-backend
Hitbox is an asynchronous caching framework supporting multiple backends and suitable for distributed and for single-machine applications.
Hitbox Backend is the core primitive for Hitbox. Trait Backend representing the functions required to interact with cache backend. If you want to implement your own backend, you in the right place.
Examples
lib.rs
:
Traits and struct messages for hitbox backend interaction.
If you want implement your own backend, you in the right place.
Dependencies
~8MB
~133K SLoC