Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/npmx-dev/npmx.dev
/ delete
Method
delete
server/utils/cache/shared.ts:7–7 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
5
get<T>(key: string): Promise<T | undefined>
6
set<T>(key: string, value: T, ttl?: number): Promise<void>
7
delete(key: string): Promise<void>
8
}
Callers
15
createMockConnectorApp
Function · 0.65
createConnectorApp
Function · 0.65
registerContextCommandActions
Function · 0.65
clearContextCommandActions
Function · 0.65
clearPackageContextOnOpen
Function · 0.65
clearQueryOverride
Function · 0.65
toggleDir
Function · 0.65
fetchDailyRangeCached
Function · 0.65
fetchPackageLikesEvolution
Function · 0.65
fetchRepoContributorsEvolution
Function · 0.65
fetchRepoRefsForPackages
Function · 0.65
del
Method · 0.65
Implementers
2
RedisCacheAdapter
server/utils/cache/redis.ts
LocalCacheAdapter
server/utils/cache/local.ts
Calls
no outgoing calls
Tested by
no test coverage detected