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.
1 parent d88cf36 commit e521624Copy full SHA for e521624
libs/hooks/debounce/src/lib/utils/fixed-size-expiring-cache.ts
@@ -40,7 +40,7 @@ export class FixedSizeExpiringCache<T> {
40
}
41
42
/**
43
- * Gets a key from the cache, updating its recency.
+ * Gets a key from the cache.
44
*
45
* @param key key for the entry
46
* @returns value or key or undefined
0 commit comments