hitbox-backend

Build status

[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