set HTTP response headers to prevent caching
A cache object that deletes the least-recently-used items.
walk paths fast and efficiently
A simple key/value storage using files to persist the data
[](https://www.npmjs.com/package/@aws-sdk/endpoint-cache) [](https://www.npmjs.com/package/@aws-sdk/e
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
Infer the owner of a path based on the owner of its nearest existing parent
Reuse objects and functions with style
Cross-platform functionality to manage cached credentials.
A cache object that deletes the least-recently-used items.
useMemo and useCallback but with a stable cache
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
Various cache implementations
Actions cache lib
High Performance In-Memory Cache for Node.js
Cache requires to be lazy-loaded when needed.
Utility for caching files in Netlify Build
The closest you can get to require something with bypassing the require cache
Import ES modules without cache.
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
No description provided.
A generational pseudo-LRU cache with strict maximum size limits.
Find and parse the tsconfig.json file from a directory path
Bust caches before your users do.
Cachecataz is for namespace expiry in a cache where the cache provider does not enable namespace based expiry (like memcached!)
Allows Rails applications to do and control cache of actions
Generate caches before your users do (with Rails and cache_fu)
Helper method to simplify Rails caching, do Russian-doll caching outside your views
APICache allows any API client library to be easily wrapped with a robust caching layer. It supports caching (obviously), serving stale data and limits on the number of API calls. It's also got a handy syntax if all you want to do is cache a bothersome url.
Creates a generic counter cache for those counter caches that do not fit anywere else
A gem which prevents the thundering herd problem through a distributed lock
Some tools that make working with the Varnish HTTP cache easier, including things like doing mass purges of entire domains.
APICache allows any API client library to be easily wrapped with a robust caching layer. It supports caching (obviously), serving stale data and limits on the number of API calls. It's also got a handy syntax if all you want to do is cache a bothersome url.
Acesso programático de informações é algo fundamental na comunicação entre sistemas, mas, para nossa surpresa, uma informação tão útil e pública quanto um CEP não consegue ser acessada diretamente por um navegador por conta da API dos Correios não possuir CORS habilitado. Dado aisso, este projeto experimental tem como objetivo centralizar e disponibilizar endpoints modernos com baixíssima latência utilizando tecnologias como Vercel Smart CDN responsável por fazer o cache das informações em atualmente 23 regiões distribuídas ao longo do mundo (incluindo Brasil). Então não importa o quão devagar for a fonte dos dados, nós queremos disponibilizá-la da forma mais rápida e moderna possível.
The GitCache class provides cached access to remote git data. Given a remote repository, a path, and a commit, it makes the files from that repository available in the local file system. Access is cached, so repeated requests for the same commit and path in the same repo do not make additional network calls.