Ghost/ghost/core/test/unit/server/adapters
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
..
cache Added basic memory cache storage implementation 2022-08-05 02:28:33 +12:00
scheduling Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
storage Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00