pipeline-cache

A simple pipeline cache architecture. Right now only supports an in-memory cache.

Usage no npm install needed!

<script type="module">
  import pipelineCache from 'https://cdn.skypack.dev/pipeline-cache';
</script>

README

pipeline-cache

A simple pipeline cache architecture. Right now only supports an in-memory cache. Plan to use the simple-async-cache as a back end to support other storage engines.