librarian-memory-cache

1.0.0 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i librarian-memory-cache

      Weekly Downloads

      1

      Version

      1.0.0

      License

      ISC

      Last publish

      Collaborators

      • joshwillik