Zenwolf / lru-cache

A LRU cache JavaScript implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LRU Cache

This is a (L)east (R)ecently (U)sed cache implementation. I made it for fun and to display various JavaScript coding techniques.

Implementation

This implementation uses a doubly-linked list for the entries.

API

// TODO

About

A LRU cache JavaScript implementation.

License:MIT License


Languages

Language:JavaScript 100.0%