webext-storage-cache
Cache
Caches values and automatically reuses cached results of function calls in web extensions
Cache values in your Web Extension and clear them on expiration. Also includes a memoize-like API to cache any function results automatically
81 stars
4 watching
4 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fregante/webext-storage | A typed storage API for Web Extensions | 63 |
fregante/webext-fun | Provides reusable building blocks and utility functions for building WebExtensions | 107 |
fregante/webext-options-sync | Automates and manages extension options | 151 |
fregante/webext-events | Utilities for handling events in Web Extensions | 15 |
fregante/webext-dynamic-content-scripts | Automates registration of content scripts on newly permitted domains | 87 |
fregante/browser-extension-template | A boilerplate template for building cross-browser extensions with Parcel 2 | 790 |
fregante/chrome-webstore-upload-cli | Tools for uploading and publishing Chrome extensions to the Web Store | 443 |
cheeaun/react-native-cache-store | A wrapper around AsyncStorage with cache expiration and a simple API for storing and retrieving data. | 45 |
sindresorhus/memoize | Caches function results to speed up repeated calls with identical inputs | 1,089 |
gadingnst/simple-webstorage | Utilities to simplify accessing application storage in client browsers | 11 |
superwf/vuex-cache | A caching layer for Vuex actions to prevent repeated requests and heavy computations | 510 |
melpon/memoize | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 189 |
dwightwatson/rememberable | A caching trait for Eloquent models in Laravel that stores query results for a specified time period. | 1,119 |
thinkjs/think-cache-file | A caching solution using files to store data temporarily | 1 |
dactylographsy/browser-dactylographsy | Enhances browser performance by caching and updating assets at runtime | 3 |