Ghost/ghost/adapter-cache-memory-ttl
Naz bb855cd462
Fixed timers in ttl cache tests
refs 95530a6617

- The timers on CI are too sensitive and failing tests. Made wait times relatively longer as a fix
2023-02-20 15:41:10 +08:00
..
lib Added optional in-memory TTL cache 2023-02-20 15:16:33 +08:00
test Fixed timers in ttl cache tests 2023-02-20 15:41:10 +08: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