MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / imageClearCache

Method imageClearCache

src/monogatari.ts:1047–1049  ·  view source on GitHub ↗

* Clear image cache, optionally filtered by prefix * @param pattern - If provided, only clear keys starting with this pattern

(pattern?: string)

Source from the content-addressed store, hash-verified

1045 * @param pattern - If provided, only clear keys starting with this pattern
1046 */
1047 static imageClearCache(pattern?: string): void {
1048 return _imageClearCache(this.asEngine(), pattern);
1049 }
1050
1051 /**
1052 * Clear all asset caches (audio and image)

Callers 1

setupMethod · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected