node-cachedir
Cache locator
Provides a function to determine the best location to store cache files based on the user's operating system.
Get a directory for your caching needs
26 stars
3 watching
6 forks
Language: JavaScript
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/find-cache-dir | Finds and returns the standard cache directory for a given project name | 151 |
ehmicky/global-cache-dir | Provides a standardized way to access and manage global cache directories across different operating systems | 6 |
hamishforbes/lua-resty-tlc | A two-layer caching system utilizing Lua's built-in shared dictionary and LRU cache for efficient storage and retrieval of data. | 19 |
laminas/laminas-cache | A caching system with various storage options and codified strategies for different use cases in PHP applications. | 103 |
jean-smaug/koache | Caching middleware for Koa.js applications | 6 |
colinmollenhour/cm_cache_backend_redis | A Redis-based caching system for PHP applications. | 387 |
kezhenxu94/cache-lite | An extremely lightweight cache framework demonstrating basic caching concepts and operations in Kotlin. | 131 |
colinmollenhour/cm_cache_backend_file | A high-performance caching backend designed to improve tag cleaning and overall performance in Magento e-commerce platforms. | 144 |
tinyhttp/lru-send | Caches expensive operations to improve performance by storing the results in an in-memory or distributed cache. | 10 |
thinkjs/think-cache-file | A caching solution using files to store data temporarily | 1 |
levibostian/teller-android | A library that simplifies caching and data management in Android apps by automatically updating data based on its freshness. | 16 |
nrkno/yr-cachyr | A small, single-purpose data cache written in Swift. | 126 |
codenoble/cache-crispies | A Rails gem providing fast JSON serialization with built-in caching and flexible configuration options. | 156 |
cheeaun/react-native-cache-store | A wrapper around AsyncStorage with cache expiration and a simple API for storing and retrieving data. | 45 |
koajs/snapshot | Caches request data based on the request path and takes snapshots of requests. | 10 |