We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 389bf8a + 2d08421 commit 58c8126Copy full SHA for 58c8126
1 file changed
packages/fedify/src/utils/kv-cache.ts
@@ -83,7 +83,7 @@ export interface KvCacheParameters {
83
}
84
85
/**
86
- * Decorates a {@link DocumentLoader} with a cache backed by a {@link Deno.Kv}.
+ * Decorates a {@link DocumentLoader} with a cache backed by a {@link KvStore}.
87
* @param parameters The parameters for the cache.
88
* @returns The decorated document loader which is cache-enabled.
89
*/
0 commit comments