Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cacheskin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacheskin

cache consistency manager in Node.js.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

About

  • cacheskin是对缓存访问的一个基础封装,重点为解决分布式系统中的数据一致性问题,支持按时间及tag进行缓存的失效检查;
  • 支持缓存读写的超时控制;
  • 由于采用时间戳来作为数据版本号,cacheskin并没有从理论上严格保证缓存与后台数据的一致性,但在大多数工业场景下,cacheskin足以满足需求;
  • 原理与异常场景请参考《分布式系统缓存设计浅析》
  • cacheskin 没有要求你采用什么方案存储缓存和TAG信息,这给使用者最大的灵活度。但为了接入cacheskin,开发者仍然需要满足缓存Storage以及TAG信息符合给定的接口,详细情况可参考interface

Install

$ npm install cacheskin

API

Keywords

FAQs

Package last updated on 29 Oct 2012

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc