Apologies if this has already been answered somewhere, I have scoured through the issues and PRs here to try and find an answer before opening this.
I see there is support for the Simple and Core Cache being added to Viceroy (which looks like a pretty big undertaking). However I am curious if there are plans to implement support for the Readthrough Cache in some manner. Specifically I am attempting to write Integration Tests for a Compute application (Rust compiling to WASM), and need to make use of the set_before_send and set_after_send to satisfy some of our business logic.
So I suppose my question would be, are there plans to implement the Readthrough Cache or does anyone have any workarounds for the time being?
Apologies if this has already been answered somewhere, I have scoured through the issues and PRs here to try and find an answer before opening this.
I see there is support for the Simple and Core Cache being added to Viceroy (which looks like a pretty big undertaking). However I am curious if there are plans to implement support for the Readthrough Cache in some manner. Specifically I am attempting to write Integration Tests for a Compute application (Rust compiling to WASM), and need to make use of the
set_before_sendandset_after_sendto satisfy some of our business logic.So I suppose my question would be, are there plans to implement the Readthrough Cache or does anyone have any workarounds for the time being?