oxcache 0.4.3

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
Documentation
1
2
3
4
5
error: expected identifier
  --> tests/macros/compile_fail/invalid_arg.rs:10:40
   |
10 | #[cached(service = "invalid_arg_test", 123)]
   |                                        ^^^