Skip to content
Sorbus
Search
⌘
Ctrl
K
Main Navigation
Guide
Reference
Appearance
Menu
Return to top
On this page
Interface: CacheEntry
Defined in:
src/client.ts:25
A cached response entry.
Properties
Property
Type
Description
Defined in
etag
string
The ETag header value.
src/client.ts:27
json
Dict
The raw JSON response body.
src/client.ts:29