MCPcopy
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

refreshStatsMethod · 0.95
notifyDataChangedMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected