1.0.4 • Published 7 years ago

funcmemo v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

funcmemo-

A simple module for storing functions locally and retriving them to use in an application instead of calling functions from the server everytime. Currently this is the first version and I will be adding more versions to improve it.Please share your valuable suggestions and help me in improvising.

Installations-

npm install funcmemo

For storing funcions-

var app = require('funcmemo'); app.functCache.add("Your function name");

For retriving funcions-

var app = require('funcmemo'); app.functCache.getFunc("Your function name");

For updating funcions-

var app = require('funcmemo'); app.functCache.updateFunc("Your function name");

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago