0.1.0 • Published 11 years ago

folsom v0.1.0

Weekly downloads
8
License
-
Repository
github
Last release
11 years ago

folsom

Very simple in-memory cache(key|value) for storing and retrieving data

build status

example

var folsom = require('folsom');

// Add some data
folsom('A Boy Named Sue', {
	title: 'A Boy Named Sue',
	released: 'July 26, 1969',
	recorded: 'February 24, 1969'
});

// Get some data
var song = folsom('A Boy Named Sue');

install

With npm do:

npm install folsom

license

MIT

0.1.0

11 years ago

0.0.0

12 years ago