Documentation ¶
Overview ¶
Package cache implements caching of GraphQL requests by allowing resolvers to provide hints about their cacheability, which can be used by the transport handlers (e.g. HTTP) to provide caching indicators in the response.
Index ¶
Constants ¶
View Source
const ( ScopePublic scope = iota ScopePrivate )
Cache control scopes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.