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.
A simple pipeline cache architecture. Right now only supports an in-memory cache.
<script type="module">
import pipelineCache from 'https://cdn.skypack.dev/pipeline-cache';
</script>
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.