This package has been deprecated

Author message:

Please switch to @wireapp/lru-cache

wire-webapp-lru-cache
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

Build Status

Build Status

Instructions

Installation

npm install --save wire-webapp-lru-cache

Import

TypeScript

import LRUCache = require('wire-webapp-lru-cache');
let cache = new LRUCache();

CommonJS

const LRUCache = require('wire-webapp-lru-cache');
let cache = new LRUCache();

Usage

Browser

Node.js

Readme

Keywords

none

Package Sidebar

Install

npm i wire-webapp-lru-cache

Weekly Downloads

11

Version

2.0.0

License

GPL-3.0

Last publish

Collaborators

  • augustocdias_wire
  • beltram_wire
  • tlebon
  • typfel
  • wireapp-owner
  • wireapp-member