feat: update implementation of cache. still unstable
This commit is contained in:
parent
460562183e
commit
cc6b78feb3
7 changed files with 134 additions and 66 deletions
|
|
@ -94,7 +94,7 @@ where
|
|||
.cache
|
||||
.as_ref()
|
||||
.unwrap()
|
||||
.put(synth_req.unwrap().uri(), &aggregated, cache_policy)
|
||||
.put(synth_req.unwrap().uri(), &aggregated, &cache_policy)
|
||||
.await
|
||||
{
|
||||
error!("{:?}", cache_err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue