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

Method imageUncache

src/monogatari.ts:1039–1041  ·  view source on GitHub ↗

* Remove an HTMLImageElement from the cache * @param key - Cache key to remove * @returns true if the key existed and was removed

(key: string)

Source from the content-addressed store, hash-verified

1037 * @returns true if the key existed and was removed
1038 */
1039 static imageUncache(key: string): boolean {
1040 return _imageUncache(this.asEngine(), key);
1041 }
1042
1043 /**
1044 * Clear image cache, optionally filtered by prefix

Callers 1

setupMethod · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected