Interface QueryTileServerCachePolicyDescriptor

interface QueryTileServerCachePolicyDescriptor {
    cacheControl?: string;
    sourceVersion?: string;
    validators: readonly ("etag" | "last-modified")[];
    vary?: readonly string[];
}

Properties

cacheControl?: string
sourceVersion?: string
validators: readonly ("etag" | "last-modified")[]
vary?: readonly string[]