CDN Resources for node-cache
Various ways to access node-cache via Content Delivery Networks
Package Installation
npm
npm install node-cacheyarn
yarn add node-cachepnpm
pnpm add node-cacheCDN 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