How to use multiple cache keys with new RequestResult #454
Replies: 4 comments 6 replies
-
@NetanelBasal Sorry to disturb you, but can you point me in the right direction regarding these two caching scenarios? |
Beta Was this translation helpful? Give feedback.
-
Do you expect the method to look similar to this @NetanelBasal ?
and be used like this?
If so how do I get hold of the request result instance to be passed in to setRequestResult, or how do you expect the usage of it to look like? Or was your suggestion to make setRequestResult the replacement for trackRequestResult but instead allowing it to take in keys as an array of arrays, e.g. keys: unknown[][]? |
Beta Was this translation helpful? Give feedback.
-
I created a PR to have something to go on with in our discussions... |
Beta Was this translation helpful? Give feedback.
-
@NetanelBasal any idea of when we can expect the merged PR to get released? |
Beta Was this translation helpful? Give feedback.
-
I wonder what would be the recommended way of using trackRequestResult to track and cache an entity for multiple cache keys.
Similar to...
Beta Was this translation helpful? Give feedback.
All reactions