1 Open Issue Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub
Caching Node.js Caching Libraries

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