Socket
Book a DemoInstallSign in
Socket

lambda-local-cache

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-local-cache

local object caching in node

1.0.3
latest
Source
npmnpm
Version published
Maintainers
2
Created
Source

lambda-local-cache for JS objects

Installation :

npm install lambda-local-cache --save

How to use

const lambdaLocalCache = require( 'lambda-local-cache' );

let collectionName = 'COLLECTION_NAME'

let options = {
    indexes: ['index1', 'index2'], // first index name is treated as primary index
    expire : 5 // in minutes
};


let cache = new lambdaLocalCache(collectionName, options);


// METHODS

cache.set(value, expire);

cache.get('key', 'indexName');

cache.remove('key', 'indexName');

cache.clear();


## License

MIT

Keywords

lambda

FAQs

Package last updated on 05 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.