We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adbfdb commit 51479ffCopy full SHA for 51479ff
1 file changed
index.d.ts
@@ -59,6 +59,9 @@ declare namespace CacheableResponse {
59
60
/** ttl default to 7200000 */
61
ttl?: number;
62
+
63
+ /** ttl default to 3600000 */
64
+ staleTtl?: number | boolean;
65
66
/** Compress opts pass through to compress-brotli */
67
serialize?: (o: any) => string;
0 commit comments