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/sqladmin:v1.ts";

Data cache configurations.

interface DataCacheConfig {
dataCacheEnabled?: boolean;
}

§Properties

§
dataCacheEnabled?: boolean
[src]

Whether data cache is enabled for the instance.