http.send
cache not in effect during once evaluation
#247
-
Hi, Is it expected behaviour or some bug? I know that the policy itself is not ideal if it allows to execute I'm trying to evaluate e.g. 1000 rules at once during one batch evaluation and these redundant Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Oh, I guess this provides a clue to my previous question about what you were trying to accomplish :) While you're right that multiple |
Beta Was this translation helpful? Give feedback.
Oh, I guess this provides a clue to my previous question about what you were trying to accomplish :) While you're right that multiple
http.send
calls in the frame of a single policy evaluation commonly is discouraged, caching should still work as expected. Could you provide a minimal example of a policy where this behavior is demonstrated?