Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataCacheConfig

import type { DataCacheConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.

interface DataCacheConfig {
dataCacheEnabled?: boolean;
}

§Properties

§
dataCacheEnabled?: boolean
[src]

Optional. Whether data cache is enabled for the instance.