Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ delete
Method
delete
src/context/storage/CacheStore.ts:93–95 ·
view source on GitHub ↗
* 删除缓存项
(key: string)
Source
from the content-addressed store, hash-verified
91
* 删除缓存项
92
*/
93
delete(key: string): boolean {
94
return
this.cache.delete(key);
95
}
96
97
/**
98
* 清空缓存
Callers
13
unregisterTool
Method · 0.80
callTool
Method · 0.80
deleteRole
Method · 0.80
deleteTask
Method · 0.80
deleteTemplate
Method · 0.80
get
Method · 0.80
has
Method · 0.80
cleanExpired
Method · 0.80
evictLeastUsed
Method · 0.80
disconnect
Method · 0.80
handleConnection
Method · 0.80
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected