This is the Linux app named lru-cache whose latest release can be downloaded as node-lru-cachev11.2.6sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named lru-cache with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
lru-cache
DESCRIPTION
node-lru-cache is a high performance in memory caching library for Node.js that automatically evicts the least recently used items when the cache reaches its size limit. It is designed to provide predictable memory usage while maintaining fast lookup and update operations. The library is widely used in server side JavaScript applications where efficient caching can significantly improve performance. It offers flexible configuration options such as max size limits, time based expiration, and custom disposal logic. Developers can use it to cache expensive computations, API responses, or frequently accessed data. The implementation focuses on correctness, speed, and compatibility with modern Node.js environments. Overall, node-lru-cache provides a reliable building block for performance optimization in JavaScript backends.
Features
- Automatic least recently used eviction
- Configurable maximum cache size
- Time to live expiration support
- High performance JavaScript implementation
- Custom disposal and update hooks
- Works with modern Node.js environments
Programming Language
TypeScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/lru-cache.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.