Generic cache structure for manga sources. Maps cache keys to their entries for efficient lookup and expiration.
export type MangaSourceCache = Record<string, MangaSourceCacheEntry>; Copy
export type MangaSourceCache = Record<string, MangaSourceCacheEntry>;
Generic cache structure for manga sources. Maps cache keys to their entries for efficient lookup and expiration.