Read file with LRU caching, rely on thunks.
npm util for @file-cache
Dirt Simple File Cache based on mtime.
A simple in-memory file cache for gulp
LocalStorage with optional json file cache
Cordova File Cache
File cache
File cache Adapter for ThinkJS'S Cache
A file cache and sync component.
A key-value LRU file cache
File Cache Mgr.
Node LRU File Cache
A cache for file metadata or file content.
File Cache
File Cache Mgr.
file cache module
file cache
File Cache Mgr.
File Cache store for @resolid/cache
LRU cache, file cache
Simple node cache module
A file cache service for cache-service
A watched file cache which will invalidate automatically if the source changes
egg file cache plugin
cache file open handle
A Redis-like file cache library
A cross-platform caching library for Rust with configurable storage, lifecycle, and file formatting
A least-frequently-used cache layered on a directory
CLI tool to detect AI-generated code and attribute it to a model family
Detect AI-generated code and attribute it to Claude, GPT, Gemini, Copilot, or Human
A caching mechanism for downloading and storing files from URLs
Cache contents in local file.
An in-memory file cache for the Rocket web framework.
Caches arbitrary data in files.
Insert FileUploadCache description.
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 /* }
opens files for reading and keeps them in memory
Caches arbitrary data in files.
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.
provide helper method that S3 file download use temporaly file
Linecache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.
LineCache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.
Linecache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.
Easy to use file cache
A file-based caching library
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.
No description provided.
No description provided.