MCPcopy 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
cleanupMethod · 0.45
stop_mcp_serverMethod · 0.45

Calls 1

logFunction · 0.85