Ghost/ghost/adapter-cache-memory-ttl
2023-03-13 02:36:20 +00: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 Update Test & linting packages 2023-03-13 02:36:20 +00: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