Interface PagesClearCacheParams

interface PagesClearCacheParams {
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

url: string

Address of the page where you need to refesh the cached version

Generated using TypeDoc