Skip to content
Lorenzo Mangani edited this page May 13, 2017 · 6 revisions


CACHEEP: Least-Recently-Used Cache API

Cacheep is a potentially harmful tool built around an LRU-CACHE with a simple Express REST API attached. It's main function is managing simple key/values pairs or full JSON objects with custom TTL/expirations, automatically dropping the least-recently-used items. Behind the scenes, it can syncronize data, trigger actions and fill in many roles where data can be used to manage anything real-time, for correlation, blacklisting, interactive actions (anything, really) to be consumed via broadly available interfaces such as REST, DNS/ENUM and more upcoming.

  • status: experimental

Usage Examples:

Join US

We want to make this project as useful and comprehensive as possible!

Are you a:

  • Developer?
    • We need your expertise and ideas to make this baby fly high
  • Architect?
    • We need your help to scale this idea beyond the horizon
  • Security Expert?
    • Let’s make this unbreakable and keep it unpoisonable
  • Operator?
    • We need your support and backing to empower this ecosystem
  • OSS Politician?
    • Help us by making this initiative known to potential Angel backers
  • Not a Technical guy?
    • We’ll need help with arranging, coordinating, documenting
Clone this wiki locally