nuxt-ssr-cache
nuxt-ssr-cache copied to clipboard
Cache middleware for nuxt's SSR rendering.
Hi, Firstly, I'd like to thank you so much for your extremely helpful module. In my case, the site I am working on has large number of pages, so, in-memory...
Currently `nuxt-ssr-cache` is has a dependence of `redis` of v2.8.0. This is triggering a Security advisory npmjs - https://npmjs.com/advisories/1662 When will this module support `redis` v3.1.1 or v3.1.2 - https://www.npmjs.com/package/redis?
I tried to use it but it is not working, the component which wraps a axios call still calls the webservice. I also tried to cache all pages by using...
I would like to clear a page from cache at some point in the application life. Suppose I have a cached questions page. If a new question gets created, I'd...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Different users see different pages,can use cache?
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
key function comment doc says: ``` // custom function to return cache key, when used previous // properties (useHostPrefix, pages) are ignored. ``` That is not true, if pages is...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...