CodeBrowser / npm / map-cache
map-cache@0.2.2
// Basic cache object for storing key-value pairs.
$ npm install map-cache
downloads/wk
18,388,643
license
MIT
version
0.2.2
published
May 10, 2016
What is map-cache?
Map-cache is a lightweight cache object that stores and retrieves key-value pairs, similar to a basic hash map or dictionary. Developers use it when they need simple in-memory storage for frequently accessed data without the overhead of more complex caching solutions. It provides basic get, set, and has operations for managing cached values in your application.
Keywords
#cache #get #has #object #set #storage #store
Maintainers
jonschlinkert