Trying to find somewhere where it explicitely says the maximum number of seconds allowed for the duration in the cache-lookup policy for Azure Api Management, but can't see any result
I have seen a sample where it's set to match the max-age value from the header the backend service sends, so I assume i is the seconds in a year as a minimum. At the same time I have seen it's stored as an int?
so maybe is the maximum int value in .net?
Thanks