MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / clear

Method clear

server/src/addie/home/cache.ts:69–71  ·  view source on GitHub ↗

* Clear all cached content

()

Source from the content-addressed store, hash-verified

67 * Clear all cached content
68 */
69 clear(): void {
70 this.cache.clear();
71 }
72
73 /**
74 * Get current cache size (for monitoring)

Callers 15

resetAllMethod · 0.45
flushMethod · 0.45
checkPlatformBanFunction · 0.45
invalidateModeratorCacheFunction · 0.45
clearCacheFunction · 0.45
_resetVerifyCooldownFunction · 0.45
resetMethod · 0.45
__clearTierCacheFunction · 0.45
invalidateHomeCacheFunction · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected