interface CheckMangaInCacheResult {
    isFound: boolean;
    cacheKey: string;
    entry?: CacheEntryInfo;
}

Properties

isFound: boolean
cacheKey: string