Clear the manga cache.
export function clearMangaCache(): void { Object.keys(mangaCache).forEach((key) => { delete mangaCache[key]; });} Copy
export function clearMangaCache(): void { Object.keys(mangaCache).forEach((key) => { delete mangaCache[key]; });}
Clear the manga cache.