Require hook for automatic V8 compile cache persistence
Apollo Server full query response cache
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
A cache object that deletes the least-recently-used items.
Fetch-based http client for use with npm registry APIs
Generate SQL (stage 5 query) from a Waterline statement (stage 4 query).
Memoize/cache function results
TanStack Query for Rozenite.
A collection of React Query utilities for working with Supabase.
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
## Description
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
useMemo and useCallback but with a stable cache
A simple key/value storage using files to persist the data
🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).
Intuitive magical memoization library with Proxy and WeakMap
A set of small and fast Node.js utilities to understand your pathing needs.
No description provided.
A swagger client generator for typescript
No description provided.
Require hook for automatic V8 compile cache persistence
Hooks for managing, caching and syncing asynchronous and remote data in Vue
No description provided.
No description provided.
A plugin for Sequel that allows dataset results to be cached in Memcached or Redis.
Read through caching library inspired by Cache Money, support Sequel 4 Read-Through: Queries by ID or any specified unique key, like `User[params[:id]]` or `User[username: 'bachue@gmail.com']`, will first look in memcache store and then look in the database for the results of that query. If there is a cache miss, it will populate the cache. As objects are created, updated, and deleted, all of the caches are automatically expired.