Ghost/ghost/adapter-cache-memory-ttl
Daniel Lockyer ccc443bf28
Commented out flaky adapter-cache-memory-ttl tests
- at least until we can fix them in a reliable way
2023-02-22 17:24:26 +01:00
..
lib Added optional in-memory TTL cache 2023-02-20 15:16:33 +08:00
test Commented out flaky adapter-cache-memory-ttl tests 2023-02-22 17:24:26 +01:00
.eslintrc.js Added optional in-memory TTL cache 2023-02-20 15:16:33 +08:00
index.js Added optional in-memory TTL cache 2023-02-20 15:16:33 +08:00
package.json Added optional in-memory TTL cache 2023-02-20 15:16:33 +08:00
README.md Added optional in-memory TTL cache 2023-02-20 15:16:33 +08:00

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