
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
couch-cache
Advanced tools
A cache solution for CouchDB documents.
CouchCache uses the _changes feed in CouchDB to invalidate documents.
var CouchCache = require('couch-cache')
var cache = new CouchCache({ db: 'http://localhost:5984/database'
, max: 1000
})
cache.get('document_id', function (err, doc) {
console.log(doc)
})
$ npm install couch-cache
The db option is required.
All options in follow and
lru-cache is available except for the
since option in follow.
prefix
A string to prefix the CouchDB ids with.CouchCache inherits from EventEmitter. All the method on
AsyncCache is proxied.
CouchCache#destroy
Stops the changes watcher.MIT
FAQs
A cache solution for CouchDB documents.
We found that couch-cache demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.