diff --git a/api/interfaces/cache_cache_.cache.html b/api/interfaces/cache_cache_.cache.html
index cf223a7fe..c1e1ec2f5 100644
--- a/api/interfaces/cache_cache_.cache.html
+++ b/api/interfaces/cache_cache_.cache.html
@@ -157,7 +157,7 @@
-
Type aliases
resolver
Ƭ resolver: function
-
Defined in src/util/async.ts:3
-
Type declaration:
▸ (x?: any): any
-
Parameters:
-
-
-
-| Name |
-Type |
-
-
-
-x? |
-any |
-
-
-
Variables
Const toThenable
• toThenable: toPromise = toPromise
-
Defined in src/util/async.ts:63
-
Functions
isAsyncIterator
▸ isAsyncIterator(val: any): val is IterableIterator
-
Defined in src/util/async.ts:14
-
Parameters:
-
-
-
-| Name |
-Type |
-
-
-
-val |
-any |
-
-
-
Returns: val is IterableIterator
-
-
isThenable
▸ isThenable<T>(val: any): val is Thenable
-
Defined in src/util/async.ts:10
+
Variables
Const toThenable
• toThenable: toPromise = toPromise
+
Defined in src/util/async.ts:48
+
Functions
toPromise
▸ toPromise<T>(val: Generator‹unknown, T, unknown› | Promise‹T› | T): Promise‹T›
+
Defined in src/util/async.ts:4
Type parameters:
▪ T
Parameters:
@@ -142,32 +109,13 @@