issues
search
isaacs
/
node-lru-cache
A fast cache that automatically deletes the least recently used items
http://isaacs.github.io/node-lru-cache/
ISC License
5.35k
stars
353
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
docs: fix unresolved @link comments
#359
lukekarrys
closed
1 week ago
0
Clarify correct size calculation
#358
AntonPuko
opened
2 weeks ago
0
Issue Logging Status Info
#357
RandomRaine
closed
3 weeks ago
0
Include built distribution in package
#356
sfingram
closed
1 month ago
0
Backport type fixes from v11.0.1 to v10
#355
wolfy1339
closed
1 month ago
7
Typescript error: Property 'forEach' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
#354
paulsmithkc
closed
2 months ago
7
Map iterators throw exception on Typescript 5.6.2
#353
cowwoc
closed
2 months ago
4
Type errors in TypeScript 5.6 due to lib changes (both in source and declaration files)
#352
andrewbranch
closed
2 months ago
4
Add an internal function to refresh timer used for ttl
#351
andreaspalsson
opened
2 months ago
1
How to support for persist cache?
#350
seepine
opened
2 months ago
0
Fake timers not used in tests
#349
andreaspalsson
opened
2 months ago
0
TS 5.6.0-beta compilation error in a project consuming lru-cache
#348
jeremymeng
closed
2 months ago
2
Add missing dev dependencies & .npmrc
#347
janjakubnanista
closed
3 months ago
1
has() and getRemainingTTL() contradicting each other.
#346
eakl
closed
2 months ago
1
Mocking lru-cache TTL with vitest not working
#345
eakl
closed
3 months ago
2
Be able to auto dispose if system memory low?
#344
Mrgaton
closed
3 months ago
3
Restore support for LTS versions
#343
Mister-Hope
closed
4 months ago
6
Unclear maxSize documentation
#342
drgrice1
closed
4 months ago
2
Why has Node.js changed since version 10.x without a major version update?
#341
czewail
closed
4 months ago
4
Version 10.3.1 drops support for Node 14 and 16
#340
Lms24
closed
4 months ago
6
Published package contains unusable source condition
#339
guybedford
closed
4 months ago
7
chore: updated 'set' method signature
#338
push1st1k
closed
4 months ago
1
Fix few typos in README.md
#337
zabdalimov
closed
4 months ago
1
LRU Cache is not a constructor issue in Microsoft Office addin
#336
Peterhague
closed
4 months ago
2
Add a getOrSet() convenience method to delegate memoization / lazy initialization to the cache
#335
0x24a537r9
closed
4 months ago
2
./min exports files are missing since v10.0.2
#334
bluwy
closed
6 months ago
2
Question: I am confused if I need to implement length and dispose manually or will it just work?
#333
touhidurrr
closed
7 months ago
3
LRUCache seems to incorrectly implement Map<K, V>
#332
vacavaca
closed
4 months ago
2
`max` option is not strictly followed, throwing `RangeError: Map maximum size exceeded` when adding lots of items
#331
faheel
closed
6 months ago
22
Distinguish ttl removed items from manually deleted items
#330
Tipwheal
closed
4 months ago
1
fetch: truthy promise resolution typing
#329
mfulton26
closed
4 months ago
1
ERR_REQUIRE_ESM on AWS Lambda with Node 18.x
#328
a-tortevois
closed
9 months ago
5
LRUCache is both a namespace and a class!
#327
JimmyBjorklund
closed
9 months ago
7
Implement the Map interface
#326
alexgleason
closed
9 months ago
3
Fetch value and ttl simultaneously
#325
thomaschaaf
closed
11 months ago
1
chore: remove semver
#324
Uzlopak
closed
11 months ago
0
fix: change the order of `exports` field keys to fix type resolution
#323
haoqunjiang
closed
1 year ago
1
Type error: 'LRUCache' can only be imported by using a default import
#322
vfarah-if
closed
1 year ago
6
Cache in Remix app always empty?
#321
nick-at-dave
closed
1 year ago
2
Advice on avoiding fetches being aborted due to eviction
#320
FINDarkside
closed
1 year ago
3
Is the signal passed to the fetchMethod always triggering the abort event?
#319
petertflem
closed
4 months ago
2
Not working with IOS14.x.x versions
#318
shubharaj-ao
closed
1 year ago
1
Cache size
#317
devDalys
closed
1 year ago
1
`ttl` documentation
#316
trevor-scheer
closed
4 months ago
5
Private field '#head' must be declared in an enclosing class
#315
justinr1234
closed
1 year ago
2
Unexpected token '('
#314
accap3035
closed
1 year ago
8
Nuxt uses lru-cache to refresh the page causing the cache to be empty
#313
dj835638078
closed
1 year ago
1
when i refresh the page,the cache data is clear
#312
dj835638078
closed
1 year ago
1
Issue with lru-cache npm module: Unexpected token error and unresolved problems
#311
7AkhilV
closed
1 year ago
4
Question about cache eviction
#310
blueberry6401
closed
1 year ago
3
Next