Open Issues Need Help
View All on GitHub Caching • Node.js Caching Libraries
Update lastAccessedAt Property on All Cache Entries, Not Just LRU about 1 month ago
AI Summary: Modify the `runtime-memory-cache` Node.js package to update the `lastAccessedAt` property on all cache entries whenever a `get()` or `has()` method is called, regardless of the eviction policy. This involves updating the core cache logic, test cases, README documentation, and changelog to reflect the change.
Complexity:
3/5
bug enhancement help wanted