Socket
Socket
Sign inDemoInstall

@wry/caches

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @wry/caches

Various cache implementations


Version published
Weekly downloads
1.3M
increased by2.37%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@wry/caches

Various cache implementations, including but not limited to

  • StrongCache: A standard Map-like cache with a least-recently-used (LRU) eviction policy and a callback hook for removed entries.

  • WeakCache: Another LRU cache that holds its keys only weakly, so entries can be removed once no longer retained elsewhere in the application.

FAQs

Last updated on 28 Nov 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc