@arve.knudsen/hapi-cache-plugin

Hapi.js cache plugin

Usage no npm install needed!

<script type="module">
  import arveKnudsenHapiCachePlugin from 'https://cdn.skypack.dev/@arve.knudsen/hapi-cache-plugin';
</script>

README

Hapi.js Caching Plugin

This is a caching plugin for the Hapi.js framework. It's a facade in front of storage backends, which uses the concept of a policy to call a value generator if an entry is missing from the cache (and insert the value into the cache).