Interface CacheDiskConfig

interface CacheDiskConfig {
    limit: number;
    path: string;
}

Properties

Properties

limit: number
path: string