Interface CacherMemoryConfig

interface CacherMemoryConfig {
    limit: number;
}

Properties

Properties

limit: number