Ghost/ghost/core
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
..
content 🎨 Updated Casper to v5.2.3 2022-08-03 12:56:44 +01:00
core Added basic memory cache storage implementation 2022-08-05 02:28:33 +12:00
test Added basic memory cache storage implementation 2022-08-05 02:28:33 +12:00
.c8rc.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02: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
.gitignore Updated admin asset serving for ember-auto-import@2 compatibility (#15128) 2022-08-02 13:43:45 +01:00
.npmignore Deleted reference to core/admin 2022-08-03 16:28:41 +02:00
config.development.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
ghost.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
Gruntfile.js Cleaned up subgrunt usage between Ghost and Admin 2022-08-03 17:05:57 +02:00
index.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
jsconfig.json Deleted reference to core/admin 2022-08-03 16:28:41 +02:00
loggingrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
MigratorConfig.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
package.json Update dependency @tryghost/kg-default-atoms to v3.1.3 (#15115) 2022-08-04 12:17:58 +01:00