A standalone HTTP server that exposes a `CacheHandler` instance via HTTP API. Designed to work with `FetchLayer` from `@nimpl/cache` to enable distributed caching across multiple application instances.
Implementation of server getters in React Server Components without switching to SSR in next.js
An adapter that allows you to use any cache handler on the client and server side and switch between them. Adds support for running next.js applications in multiple instances.
LRU and FIFO caches for Client or Server
A cache object that deletes the least-recently-used items.
Rush plugin for generic HTTP cloud build 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
Require hook for automatic V8 compile cache persistence
OCSP Stapling implementation
Apollo Server full query response cache
A simple key/value storage using files to persist the data
React widget for visualizing and inspecting cache entries from `@nimpl/cache-redis`.
Require hook for automatic V8 compile cache persistence
Redis-based cache handler. Designed for Next.js but can be used to build custom caching solutions for any other stack
Interface used to connect Apollo Gateway to Apollo Server
Useful TypeScript utilities.
Base cacheHandler for next.js, which cache data in-memory
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
TypeScript definitions for http-cache-semantics
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
A cache solutions library for creating universal cache-handlers. Designed for Next.js but can be used to build custom caching solutions for any other stack
Minimal key-value cache interface
A generational pseudo-LRU cache with strict maximum size limits.
Infinispan Javascript client