UNPKG

nodecache.js

Version:

Simple, Intuitive in-memory cache with TTL support for Node.

9 lines (7 loc) 250 B
/******************************************* * copyright: nodeCache.js @github.com/akashchouhan16 * author: @akashchouhan16 * ***************************************** */ const NodeCache = require("./src/nodecache.js") module.exports = NodeCache