lighter-lru-cache

A lightweight JavaScript LRU cache.

Usage no npm install needed!

<script type="module">
  import lighterLruCache from 'https://cdn.skypack.dev/lighter-lru-cache';
</script>

README

lighter-lru-cache

Chat Version Downloads Build Coverage Style

The lighter-lru-cache module is a lightweight LRU cache.

Installation

From your project directory, install and save as a dependency:

npm install --save lighter-lru-cache

API

For now, please see the source.

Examples

For now, please see the tests.

More on lighter-lru-cache...