export interface CacheIndex {
    name: string;
    url: string;
    index: number;
}
