zph / multi-cache

cache-manager stores for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache Stores as Plugins for Cache-Manager in Deno

STATUS: prototype with basic tests

Implements the following stores:

  1. file based (path as key) and supports prefixing
  2. s3 store with support for prefixing
  3. sqlite store (re-exporting @resolid/cache-manager-sqlite)

TODO

  • Add wrapper to inject extra behaviors before/after cache actions

About

cache-manager stores for Deno


Languages

Language:TypeScript 99.6%Language:Shell 0.3%Language:Procfile 0.2%