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

CacheMode

import type { CacheMode } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
type CacheMode =
| "LOCAL_DOCKER_LAYER_CACHE"
| "LOCAL_SOURCE_CACHE"
| "LOCAL_CUSTOM_CACHE"

§Type

§
"LOCAL_DOCKER_LAYER_CACHE" | "LOCAL_SOURCE_CACHE" | "LOCAL_CUSTOM_CACHE" | cmnP.UnexpectedEnumValue
[src]