Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nuxt/nuxt
/ get
Method
get
packages/nitro-server/src/runtime/utils/cache.ts:30–30 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
28
29
interface
SharedPrerenderCache {
30
get<T = unknown>(key: string): Promise<T> | undefined
31
set<T>(key: string, value: Promise<T>): Promise<void>
32
}
33
Callers
15
get
Function · 0.80
keyed-function-factories.test.ts
File · 0.80
compiler.test.ts
File · 0.80
scanComponents
Function · 0.80
transform
Function · 0.80
handler
Function · 0.80
handler
Function · 0.80
handler
Function · 0.80
pageToClientOnly
Function · 0.80
setup
Function · 0.80
getFactoryByLocalName
Function · 0.80
processFactory
Function · 0.80
Calls
no outgoing calls
Tested by
2
get
Function · 0.64
setupPlugin
Function · 0.64