Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

cache-lib-4

A small CommonJS LRU (least-recently-used) cache.

constLRUCache=require('./index');constcache=newLRUCache(2);cache.set('a',1);

About

Small CommonJS LRU cache library

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages