lambda-local-cache for JS objects
Installation :
npm install lambda-local-cache --save
How to use
const lambdaLocalCache = ; let collectionName = 'COLLECTION_NAME' let options = indexes: 'index1' 'index2' // first index name is treated as primary index expire : 5 // in minutes; let cache = collectionName options; // METHODS cache; cache; cache; cacheclear; ## License MIT