I'm sure this might be a basic task but I really don't know how to set a minimum time threshold to Alamofire to avoid repeating requests too often but keeping updating data if a minimum time has passed. I know this is just a cache but it seems cache times are always defined by the server response 'Cache-Control' header and it's not under my control.
Of course, I can track the time manually but I wonder if there's a built-in option to do it.