Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resetAll
Method · 0.45
flush
Method · 0.45
checkPlatformBan
Function · 0.45
invalidateModeratorCache
Function · 0.45
clearCache
Function · 0.45
_resetVerifyCooldown
Function · 0.45
reset
Method · 0.45
__clearTierCache
Function · 0.45
invalidateMemberContextCache
Function · 0.45
invalidateHomeCache
Function · 0.45
reset
Method · 0.45
invalidateAdminStatusCache
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected