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: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A typed storage API for Web Extensions | 65 |
| Provides reusable building blocks and utility functions for building WebExtensions | 108 |
| Automates and manages extension options | 153 |
| Utilities for handling events in Web Extensions | 15 |
| Automates registration of content scripts on newly permitted domains | 88 |
| A boilerplate template for building cross-browser extensions with Parcel 2 | 795 |
| Tools for uploading and publishing Chrome extensions to the Web Store | 446 |
| A wrapper around AsyncStorage with cache expiration and a simple API for storing and retrieving data. | 45 |
| Caches function results to speed up repeated calls with identical inputs | 1,091 |
| Utilities to simplify accessing application storage in client browsers | 11 |
| A caching layer for Vuex actions to prevent repeated requests and heavy computations | 510 |
| A caching macro for Elixir that uses CAS on ETS to optimize function calls | 192 |
| A caching trait for Eloquent models in Laravel that stores query results for a specified time period. | 1,121 |
| A caching solution using files to store data temporarily | 1 |
| Enhances browser performance by caching and updating assets at runtime | 3 |