CDN Resources for node-cache
Various ways to access node-cache via Content Delivery Networks
Package Installation
npm
npm install node-cache
yarn
yarn add node-cache
pnpm
pnpm add node-cache
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/node-cache"></script>
Unpkg
<script src="https://unpkg.com/node-cache"></script>
jsDelivr ESM
<script type="module">
import nodecache from 'https://cdn.jsdelivr.net/npm/node-cache/+esm';
</script>
Skypack
<script type="module">
import nodecache from 'https://cdn.skypack.dev/node-cache';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages