# @quenty/lrucache

> LRUCache library

Latest version **1.10.1** (published 2026-08-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @quenty/lrucache
pnpm add @quenty/lrucache
yarn add @quenty/lrucache
bun add @quenty/lrucache
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.10.1 |
| Published | 2026-08-14 |
| First published | 2024-05-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 12.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 610 |
| Maintainers | quenty |
| Keywords | Roblox, Nevermore, Lua, lrucache |

## Links

- npm: https://www.npmjs.com/package/@quenty/lrucache
- Repository: https://github.com/Quenty/NevermoreEngine
- Homepage: https://github.com/Quenty/NevermoreEngine#readme
- Issues: https://github.com/Quenty/NevermoreEngine/issues
- Funding: https://www.patreon.com/quenty
- npm.io page: https://npm.io/package/@quenty/lrucache

## Dependencies (1)

- [@quenty/loader](https://npm.io/package/@quenty/loader.md) 10.11.1

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 1.10.1 (latest) — 2026-08-14
- 1.8.1-canary.684.24818543952.0 (canary) — 2026-04-23
- 1.10.0 — 2026-07-14
- 1.9.0 — 2026-04-23
- 1.8.0 — 2026-02-17
- 1.7.4-canary.656.814cd91.0 — 2026-02-17
- 1.7.4-canary.656.67d6ba1.0 — 2026-02-17
- 1.7.4-canary.656.73a74af.0 — 2026-02-17
- 1.8.0-canary.656.2203601.0 — 2026-02-16
- 1.8.0-canary.656.5376478.0 — 2026-02-14
- 1.8.0-canary.656.217630c.0 — 2026-02-13
- 1.8.0-canary.656.90f16fc.0 — 2026-02-13
- 1.8.0-canary.656.5783d07.0 — 2026-02-13
- 1.8.0-canary.656.5f97769.0 — 2026-02-13
- 1.8.0-canary.656.300c43a.0 — 2026-02-13
- … 53 more at https://npm.io/package/@quenty/lrucache/versions

## README

## Lrucache

<div align="center">
  <a href="http://quenty.github.io/NevermoreEngine/">
    <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" />
  </a>
  <a href="https://discord.gg/mhtGUS8">
    <img src="https://img.shields.io/discord/385151591524597761?color=5865F2&label=discord&logo=discord&logoColor=white" alt="Discord" />
  </a>
  <a href="https://github.com/Quenty/NevermoreEngine/actions">
    <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" />
  </a>
</div>

LRUCache library

<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/LrucacheUtils">View docs →</a></div>

## Installation

```
npm install @quenty/lrucache --save
```

---
_Source: https://npm.io/package/@quenty/lrucache · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
