Class BaseMangaSourceClient<TMangaEntry, TMangaDetail>Abstract

Abstract base class for manga source API clients. Provides common functionality and defines the interface that all manga sources must implement.

Type Parameters

Hierarchy (View Summary)

Constructors

Methods

  • Get cache status for debugging.

    Returns {
        source: string;
        totalEntries: number;
        activeEntries: number;
        expiredEntries: number;
    }