store-cache

Simple and flexible API for in-memory object cache store that have set, get, put, del, has and store methods. Inspired by `option-cache`, `data-store`, `map-cache` and more.

MIT License

Downloads
8
Stars
3
Committers
2

store-cache npmjs.com The MIT License

Simple and flexible API for in-memory object cache store that have set, get, put, del, has and store methods. Inspired by option-cache, data-store, map-cache and more.

Install

npm i store-cache --save
npm test

Usage

For more use-cases see the tests

var StoreCache = require('store-cache')
var StoreCache = require('./index')
var app = new StoreCache()

app.set()
app.get()
app.put()
app.del()
app.has()
app.store()

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

Package Rankings
Top 29.56% on Npmjs.org
Badges
Extracted from project README
npmjs.com The MIT License code climate standard code style travis build status coverage status dependency status new message to charlike freenode #charlike tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github
Related Projects