Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ clearCache
Method
clearCache
src/views/StatsView.ts:993–996 ·
view source on GitHub ↗
* Clear stats cache
()
Source
from the content-addressed store, hash-verified
991
* Clear stats cache
992
*/
993
private clearCache() {
994
this.statsCache.clear();
995
this.lastCacheTime = 0;
996
}
997
998
/**
999
* Get consolidated project names
for
a task
Callers
2
refreshStats
Method · 0.95
notifyDataChanged
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected