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

CacheAttributes

import type { CacheAttributes } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

The refresh cache information for the file share or FSx file systems.

interface CacheAttributes {
CacheStaleTimeoutInSeconds?: number | null;
}

§Properties

§
CacheStaleTimeoutInSeconds?: number | null
[src]

Refreshes a file share's cache by using Time To Live (TTL). TTL is the length of time since the last refresh after which access to the directory would cause the file gateway to first refresh that directory's contents from the Amazon S3 bucket or Amazon FSx file system. The TTL duration is in seconds.

Valid Values:0, 300 to 2,592,000 seconds (5 minutes to 30 days)