Skip to content

Interface: CacheKeysConfigInput

Defined in: inputs.ts:20

The shapes a user may write in config/plugins.

Deliberately separate from the resolved classes: what someone writes is partial and loosely typed, what the plugin runs on is complete. Conflating the two is how maxAge ended up defaulting to the boolean true in one constructor while being documented as milliseconds everywhere else.

Properties

PropertyTypeDefined in
useAuth?booleaninputs.ts:23
useHeaders?string[]inputs.ts:21
useQueryParams?boolean | string[]inputs.ts:22