Interface CacheConfig

interface CacheConfig {
    ttl: number;
}

Properties

Properties

ttl: number

Time-to-live in milliseconds.