Skip to main content

Module backend

Module backend 

Source
Expand description

Pluggable cache backend trait and implementations (CachekitIO, Redis, Workers).

Modules§

cachekitio
HTTP backend for the cachekit.io SaaS API.

Structs§

HealthStatus
Describes the health of a backend at a point in time.

Traits§

Backend
Async cache backend abstraction.
LockableBackend
Optional extension for backends that support distributed locking.
TtlInspectable
Optional extension for backends that can report the remaining TTL of a key.