Hierarchy

Properties

cacheHost?: string

The Edgio hostname from which to prefetch cached content. This is only used when the origin site is not served from Edgio.

forcePrefetchRatio?: number

The probability that a prefetch request will be relayed to the origin even if a response is not in the cache. Defaults to 0. This should be a number between 0 and 1.

includeCacheMisses: boolean

Set to true to include pages not in the edge cache when prefetching. By default, pages will only be prefetched if they are available in Edgio edge cache. Warning: setting this to true will cause a significant increase in traffic to the origin server.

Generated using TypeDoc