Dirt Simple File Cache based on mtime.
In-memory cache to improve performance of repeated reads when using FileReader in the browser
A simple key/value storage using files to persist the data
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
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
Require hook for automatic V8 compile cache persistence
node-simple-lru-cache =====================
Cache Manager for Node.js
Require hook for automatic V8 compile cache persistence
A super-fast, promise-based cache that reads and writes to the file-system.
Find and parse the tsconfig.json file from a directory path
Parse Cache-Control headers.
Utility for caching files in Netlify Build
Rush plugin for generic HTTP cloud build cache
No description provided.
walk paths fast and efficiently
Simple file cache
Simple key-value storage with support for multiple backends
Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.
Infer the owner of a path based on the owner of its nearest existing parent
Useful TypeScript utilities.
A cache object that deletes the least-recently-used items.
EditorConfig File Locator and Interpreter for Node.js
High Performance In-Memory Cache for Node.js
SimpleFileCache writes a ruby object to a binary file so that it can be retrieved later from the disk rather than recomputed from scratch. It defines a single method #load_or_recompute that receives a file path and a block. If the file exists and is recent (last changed today), it returns the file contents read with Marshal#load. Otherwise, it executesthe block, saves its return value with Marshal#dump and returns the new data.
Simple and effective file-based caching for sinatra. Caches routes, blocks, or HTML fragments. Sets ETag correctly. Automatic or manual tag generation. Easy cache clearing.
A simple file-system-based cache wrapper. The main method is 'with_cache( :cache_key=>'something_unique', :timeout_seconds=>(an integer) ){ (...) }' If the given cache key exists and has not timed out, it will return the cached value If not, it will * yield to the given block * store the result of the given block in the cache with the given key * return the result of the given block Required params: * :cache_key=>'some unique string that is valid in a filename' Optional params: * :timeout_seconds => (an integer - default 3600) * :cache_dir => (an absolute path - defaults to RAILS_ROOT/tmp/cache if RAILS_ROOT is defined, otherwise /tmp/cache ) Example usage: @stats_json = Itrigga::Cache::FileCache.with_cache(:cache_key=>'admin_stats.json', :timeout_seconds=>600){ /* some expensive remote API / slow IO call here /* }
simple file cache
A simple file cache library that serializes objects into temporary directory
Simple file system caching to perform huge and repetitive accesses to files, directories and various files' content analysis
Library that provides a simple mechanism to find and cache a list of files on your system (much like slocate).
A simple way to cache your files.
Ruby AWS Secrets Manager interface. Allows for env specific secrets, in-memory caching with custom TTL, file storage, and simple API.
A simple gem for storing and caching data in a YAML file
A simple local file cache plugin for the dragonfly image processing gem.
A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call. This fork uses cache files. Different processes can use time cop. It is meant to be used with Culerity.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.