Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ delete
Method
delete
packages/functions/src/cache/in-memory-cache.ts:41–43 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
39
}
40
41
async
delete(key: string): Promise<void> {
42
delete this.cache[key];
43
}
44
45
async
expireTag(tag: string | string[]): Promise<void> {
46
const
tags = Array.isArray(tag) ? tag : [tag];
Callers
15
get
Method · 0.95
startDevServer
Function · 0.45
shutdown
Function · 0.45
startContainer
Function · 0.45
uploadFiles
Function · 0.45
resolveDependencyGroup
Function · 0.45
installInjectedDevPackage
Function · 0.45
killAll
Function · 0.45
startDevServer
Function · 0.45
killAll
Function · 0.45
startDevServer
Function · 0.45
resolveCachedCliInvocation
Function · 0.45
Calls
no outgoing calls
Tested by
9
setupMocks
Function · 0.36
useDeleteRule
Function · 0.36
useDeleteNotFound
Function · 0.36
mockDisconnectResourceFromProject
Function · 0.36
mockDisconnectResourceFromAllProjects
Function · 0.36
mockDisconnectResourceFromAllProjects
Function · 0.36
mockDeleteResource
Function · 0.36
mockDeleteRedirects
Function · 0.36
deleteCredential
Method · 0.36