Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Librarian In Memory Cache

A Librarian cache plugin that stores images in memory. For development and experimentation only. You shouldn't use this in production. Passes the cache plugin test suite

Compatible with Librarian v2.0 and above.

Installation

npm install librarian-memory-cache

Usage

var librarian = require('librarian')
var InMemoryCache = require('librarian-memory-cache')
var app = librarian({
    cache: new InMemoryCache
})
app.listen(8888)

About

In memory cache plugin for librarian

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages