hydracache 0.40.0

User-facing HydraCache runtime crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: cacheable_loader requires cache
 --> tests/cacheable/fail_missing_cache.rs:4:19
  |
4 |       let _future = cacheable_loader!(
  |  ___________________^
5 | |         key = "value:1",
6 | |         load = || async { Ok::<_, std::io::Error>(1_u64) },
7 | |     );
  | |_____^
  |
  = note: this error originates in the macro `cacheable_loader` (in Nightly builds, run with -Z macro-backtrace for more info)