Type alias CacheConfiguration<T>

CacheConfiguration<T>: { [ K in keyof T]?: {
    ms: number;
} | true }

Type Parameters

Generated using TypeDoc