Ghost/ghost/adapter-cache-memory-ttl
2023-03-23 20:20:25 +00:00
..
lib
test Commented out flaky adapter-cache-memory-ttl tests 2023-02-22 17:24:26 +01:00
.eslintrc.js
index.js
package.json Update dependency @isaacs/ttlcache to v1.2.2 2023-03-23 20:20:25 +00:00
README.md

Adapter Cache Memory Ttl

Cache adapter with in-memory storage with TTL functionality

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests