ledfx
    Preparing search index...

    Interface GetCacheImagesApiResponse

    Response for GET /api/cache/images.

    interface GetCacheImagesApiResponse {
        cache_policy: { eviction: string; expiration: string; refresh: string };
        entries: CacheEntry[];
        total_count: number;
        total_size: number;
    }
    Index
    cache_policy: { eviction: string; expiration: string; refresh: string }
    entries: CacheEntry[]
    total_count: number
    total_size: number