Skip to content

Documentation / @ember-data/request-utils / index / CacheControlValue

Defined in: index.ts:554

Properties

immutable?

ts
optional immutable: boolean;

Defined in: index.ts:555


max-age?

ts
optional max-age: number;

Defined in: index.ts:556


must-revalidate?

ts
optional must-revalidate: boolean;

Defined in: index.ts:557


must-understand?

ts
optional must-understand: boolean;

Defined in: index.ts:558


no-cache?

ts
optional no-cache: boolean;

Defined in: index.ts:559


no-store?

ts
optional no-store: boolean;

Defined in: index.ts:560


no-transform?

ts
optional no-transform: boolean;

Defined in: index.ts:561


only-if-cached?

ts
optional only-if-cached: boolean;

Defined in: index.ts:562


private?

ts
optional private: boolean;

Defined in: index.ts:563


proxy-revalidate?

ts
optional proxy-revalidate: boolean;

Defined in: index.ts:564


public?

ts
optional public: boolean;

Defined in: index.ts:565


s-maxage?

ts
optional s-maxage: number;

Defined in: index.ts:566


stale-if-error?

ts
optional stale-if-error: number;

Defined in: index.ts:567


stale-while-revalidate?

ts
optional stale-while-revalidate: number;

Defined in: index.ts:568

Released under the MIT License.