Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpecterOps/Nemesis
/ clear
Method
clear
projects/frontend/src/utils/fileCache.js:118–121 ·
view source on GitHub ↗
* Clear entire cache
()
Source
from the content-addressed store, hash-verified
116
* Clear entire cache
117
*/
118
clear() {
119
this.cache.clear();
120
log(
'[FileCache] Cache cleared'
);
121
}
122
123
/**
124
* Get cache statistics
Callers
5
__aexit__
Method · 0.45
cleanup
Method · 0.45
test_get_failures_returns_copy
Method · 0.45
test_get_successes_returns_copy
Method · 0.45
stop_mcp_server
Method · 0.45
Calls
1
log
Function · 0.85
Tested by
2
test_get_failures_returns_copy
Method · 0.36
test_get_successes_returns_copy
Method · 0.36