Muhammad Nizwa
Muhammad Nizwa
take a look at this. https://gist.github.com/Object905/6cafd5e8e56dd60670149296411a407f
> Since publishing this [gist](https://gist.github.com/Object905/6cafd5e8e56dd60670149296411a407f) I've updated code to be more self-contained, removed dependency on crossbeam and made it work with kube-rs>[0.92.0](https://github.com/kube-rs/kube/releases/tag/0.92.0), because it changed store internals and old version...
there is the storage trait that you can implement for caching, and make your own caching strategy
hey @Object905 really appreciate the code snippets. i have some few questions, how would i implement this in the ProxyHttp trait from pingora proxy? thanks.
@Object905 i have some issues serialize and deserialize the bytes on BinaryMeta and the body bytes, do you know how i can fix this? the issue is on the scc_cache...
@Object905 i have an issue following your code.  this happend on serialize and deserialize for the bytes::Bytes. do you got any idea how i can solve this?
hey @Object905 i got everything working! thank you very much for helping!!!
hey @Object905 i was wondering about your caching implementation, how did you manage to handle or revalidate the expired cachemeta? in my case when the cachemeta expires, the data in...