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

time-cache

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

time-cache

A key-value cache that puts a expiry date on its entries.

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
increased by38.48%
Maintainers
1
Weekly downloads
 
Created
Source

time-cache

Build Status Coverage Status Dependency Status js-standard-style

A key-value cache that puts a expiry date on its entries.

Table of Contents

Install

npm

> npm install time-cache

Usage

Example

// TODO (see tests meanwhile)

API

Create a time-cache const tc = new TimeCache(options)

Add a value tc.put(key, value, validity)

Has a value tc.has(key)

Get a value tc.get(key)

Contribute

Contributions are welcome!

License

MIT

Keywords

FAQs

Package last updated on 18 Dec 2016

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