Clear the manga cache.
export function clearMangaCache(): void { for (const key of Object.keys(mangaCache)) { delete mangaCache[key]; }} Copy
export function clearMangaCache(): void { for (const key of Object.keys(mangaCache)) { delete mangaCache[key]; }}
Clear the manga cache.