RouteConfig
RouteConfig: { convertToGet?: undefined | false | true; criteriaPath?: undefined | string; edgeMaxAgeSeconds?: undefined | number; isPartialPathRoute: boolean; key?: CustomCacheKeyConfig[]; maxAgeSeconds: number; method?: HTTPMethod; pattern: string; prefetchUpstreamRequests?: undefined | false | true }
Type declaration
-
Optional convertToGet?: undefined | false | true
-
Optional criteriaPath?: undefined | string
-
Optional edgeMaxAgeSeconds?: undefined | number
-
isPartialPathRoute: boolean
-
Optional key?: CustomCacheKeyConfig[]
-
maxAgeSeconds: number
-
Optional method?: HTTPMethod
-
pattern: string
-
Optional prefetchUpstreamRequests?: undefined | false | true