property KvCacheParameters.rules The per-URL cache rules in the array of [urlPattern, duration] pairs where urlPattern is either a string, a URL, or a URLPattern and duration is a Temporal.Duration. The duration is allowed to be at most 30 days. By default, 5 minutes for all URLs. Type [string | URL | URLPattern, Temporal.Duration][]