next.js
d32486a2
- Remove sibling caches from CacheNode tree (#87991)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
24 days ago
Remove sibling caches from CacheNode tree (#87991) Instead of storing old sibling CacheNodes in the CacheNode tree, thisPR puts them into a separate BFCache, backed by the same data structure and LRU that's used by the prefetch cache.
References
#87991 - Remove sibling caches from CacheNode tree
Author
acdlite
Parents
304940e9
Loading