interface TTLConfig {
    defaultTTL?: number;
    refreshOnRead?: boolean;
}

Properties

defaultTTL?: number
refreshOnRead?: boolean