@neshca/server

1.1.1 • Public • Published

@neshca/server

Efficient and simple HTTP caching server with LRU eviction, tailored for seamless integration with @neshca/cache-handler/server Handler.

Overview

This project provides a simple HTTP server that works seamlessly with @neshca/cache-handler/server. It implements an efficient LRU (Least Recently Used) key eviction policy, ensuring optimal use of cache resources by automatically removing the least recently accessed items when the cache reaches its capacity.

Usage

You can see examples of how to use @neshca/server in Remote HTTP server with LRU cache ↗ section of the @neshca/cache-handler documentation.

Readme

Keywords

none

Package Sidebar

Install

npm i @neshca/server

Weekly Downloads

42

Version

1.1.1

License

MIT

Unpacked Size

55.3 kB

Total Files

10

Last publish

Collaborators

  • caching-tools