I'm using REST to retrieve flow stats - I use packet_count and byte_count values in my application.
It seems like these values are being cached by the controller.
While the cache retention time is reasonable for production use, I'd like a shorter interval for demo purposes.
Is the cache retention interval configurable in any way?
Thanks,