README
quiver-object-cache
Map-like cache engine that cache Javascript objects in LRU order
quiver-object-cache ===================
<script type="module">
import quiverObjectCache from 'https://cdn.skypack.dev/quiver-object-cache';
</script>
Map-like cache engine that cache Javascript objects in LRU order