API Links
Use docs.rs for exact Rust API signatures. This mdBook explains how the pieces fit together.
Core Runtime
Function Caching
| API | Link |
|---|---|
cacheable_loader! | https://docs.rs/hydracache/latest/hydracache/macro.cacheable_loader.html |
cacheable_infallible! | https://docs.rs/hydracache/latest/hydracache/macro.cacheable_infallible.html |
#[cacheable] | https://docs.rs/hydracache/latest/hydracache/attr.cacheable.html |
Database Caching
Redis Compatibility
Adapter Crates
- https://docs.rs/hydracache-sqlx/latest/hydracache_sqlx/
- https://docs.rs/hydracache-diesel/latest/hydracache_diesel/
- https://docs.rs/hydracache-seaorm/latest/hydracache_seaorm/
- https://docs.rs/hydracache-observability/latest/hydracache_observability/
- https://docs.rs/hydracache-actuator-axum/latest/hydracache_actuator_axum/
- https://docs.rs/hydracache-redis-compat/latest/hydracache_redis_compat/
- https://docs.rs/hydracache-server/latest/hydracache_server/