Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ clear
Method
clear
src/context/storage/CacheStore.ts:100–102 ·
view source on GitHub ↗
* 清空缓存
()
Source
from the content-addressed store, hash-verified
98
* 清空缓存
99
*/
100
clear(): void {
101
this.cache.clear();
102
}
103
104
/**
105
* 获取缓存大小
Callers
1
cleanup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected