Interface UpdateCachedContentConfig

Optional parameters for caches.update method.

interface UpdateCachedContentConfig {
    expireTime?: string;
    httpOptions?: HttpOptions;
    ttl?: string;
}

Properties

expireTime?: string

Timestamp of when this resource is considered expired.

httpOptions?: HttpOptions

Used to override HTTP request options.

ttl?: string

The TTL for this resource. The expiration time is computed: now + TTL.

MMNEPVFCICPMFPCPTTAAATR