node cache provider
Provides a directory where the OS wants you to store cached files.
Various cache implementations
This package is part of the [React Native CLI](../../README.md). It contains commands for cleaning the build artifacts.
A decorator on top of `fetch` that caches the DNS query of the `hostname` of the passed URL
A decorator on top of `fetch` that caches the DNS query of the `hostname` of the passed URL
Cache Manager for Node.js
emotion's cache
Node caches data across processes、Node进程间缓存数据
Multi-tier cache module for Node.js. Redis, Upstash, CloudfareKV, File, in-memory and others drivers
OS-dependent application paths for cache, data and config directories
Tools parsing a LaTeX argument specification in the xparse format
Validate glob options
Initialize a new Sanity project
Generates a hash for an installed npm package, useful for salting caches
Percy CLI commands for running a local snapshot server using [`@percy/core`](./packages/core).
Random-eviction cache
Actions cache lib
Generate a unique filename for use in temporary directories or caches.
Lists AMP Caches
Extension to require TypeScript files from Node
Caches the result of following loaders on disk.
Runtime typescript and ESM support for Node.js
TypeScript definitions for service-worker-mock
This gem provides an interface for fetching cluster information from an AWS ElastiCache AutoDiscovery server and configuring a Dalli client to connect to all nodes in the cache cluster.
This gem provides an interface for fetching cluster information from an AWS ElastiCache AutoDiscovery server and configuring a Dalli client to connect to all nodes in the cache cluster.
A self-balancing binary tree optimised for fast access to frequently used nodes. Useful for implementing caches and garbage collection algorithms.
Arboreal is yet another extension to ActiveRecord to support tree-shaped data structures. Internally, Arboreal maintains a computed "ancestry_string" column, which caches the path from the root of a tree to each node, allowing efficient retrieval of both ancestors and descendants. Arboreal surfaces relationships within the tree like "children", "ancestors", "descendants", and "siblings" as scopes, so that additional filtering/pagination can be performed.
A Splay Tree is a self adjusting binary search tree with the additional property that recently accessed elements are quick to access again. This makes it useful for caches because the most commonly accessed elements will be the fastest ones to access. This tree has an additional feature that allows it's maximum size to be restricted. When it exceeds it's maximum size, it will drop all of the nodes which are at the terminal ends of the tree structure, leaving many of the more commonly accessed nodes intact. This implementation is written in C++ with a Ruby wrapper.
Contentful API wrapper library exposing an ActiveRecord-like interface