Ghost/ghost/core/test
Naz ed79d3e9b3 Added basic memory cache storage implementation
refs https://github.com/TryGhost/Toolbox/issues/364

- This is groundwork to substitute in memory caches we use across the codebase. The first candidate would be settings cache. The interface of the memory cache was kept to the minimum. The "keys" method is a somewhat acceptable alternative to the "getAll" method used in the codebase right now.
- The next iteration over this would be adding async methods are alternative key/value storage methanisms like Redis.
2022-08-05 02:28:33 +12:00
..
e2e-api Added bio to members api (#15168) 2022-08-04 15:51:23 +02:00
e2e-browser Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-frontend Changed the lingo to US of A variation 2022-08-05 02:28:33 +12:00
e2e-server 🐛 Fixed missing published Admin assets when running in development 2022-08-04 10:55:35 +02:00
e2e-webhooks Added migration to store trial days on tier (#15129) 2022-08-04 11:35:57 +05:30
integration Fixed CI 2022-07-27 18:39:28 +01:00
regression Changed the lingo to US of A variation 2022-08-05 02:28:33 +12:00
unit Added basic memory cache storage implementation 2022-08-05 02:28:33 +12:00
utils Changed the lingo to US of A variation 2022-08-05 02:28:33 +12:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00