# wire-webapp-lru-cache

> Least Recently Used (LRU) Cache for JavaScript and TypeScript.

Latest version **2.0.0** (published 2016-12-19) · GPL-3.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install wire-webapp-lru-cache
pnpm add wire-webapp-lru-cache
yarn add wire-webapp-lru-cache
bun add wire-webapp-lru-cache
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2016-12-19 |
| First published | 2016-11-03 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Wire |
| Maintainers | wireapp |

## Links

- npm: https://www.npmjs.com/package/wire-webapp-lru-cache
- Repository: https://github.com/wireapp/wire-webapp-lru-cache
- Homepage: https://github.com/wireapp/wire-webapp-lru-cache#readme
- Issues: https://github.com/wireapp/wire-webapp-lru-cache/issues
- npm.io page: https://npm.io/package/wire-webapp-lru-cache

## Dependencies (1)

- [webpack](https://npm.io/package/webpack.md) ^2.2.0-rc.0

## Recent versions

- 2.0.0 (latest) — 2016-12-19
- 1.0.2 — 2016-12-02
- 1.0.1 — 2016-11-03
- 1.0.0 — 2016-11-03

## README

# Wire

This repository is part of the source code of Wire. You can find more information at [wire.com](https://wire.com) or by contacting opensource@wire.com.

You can find the published source code at [github.com/wireapp](https://github.com/wireapp).

For licensing information, see the attached LICENSE file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/).

## Build Status

[![Build Status](https://travis-ci.org/wireapp/wire-webapp-lru-cache.svg?branch=master)](https://travis-ci.org/wireapp/wire-webapp-lru-cache)

## Instructions

### Installation

```bash
npm install --save wire-webapp-lru-cache
```

### Import

**TypeScript**

```typescript
import LRUCache = require('wire-webapp-lru-cache');
let cache = new LRUCache();
```

**CommonJS**

```javascript
const LRUCache = require('wire-webapp-lru-cache');
let cache = new LRUCache();
```

### Usage

**Browser**

- [index.html](./dist/index.html)

**Node.js**

- [index.js](./dist/index.js)

---
_Source: https://npm.io/package/wire-webapp-lru-cache · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
