Ghost/ghost
Kevin Ansfield dbf7d33c88 Added tests for Cache class, fixed singular .get('key') behaviour
refs https://github.com/TryGhost/Team/issues/1104

- `.get('key')` would error because it was incorrectly expecting the internal content object to contain `{key, value}` objects
- changed `.getAll()` to return a shallow copy of the internal content object so we don't leak references that can result in unexpected changes to the cache content
- changed the internal content object naming to `_content` to highlight that it's an internal/private implementation detail rather than a public API
2021-10-06 13:12:26 +01:00
..
custom-theme-settings-service Added tests for Cache class, fixed singular .get('key') behaviour 2021-10-06 13:12:26 +01:00
email-analytics-provider-mailgun Published new versions 2021-09-28 15:51:13 +01:00
email-analytics-service Published new versions 2021-09-28 15:51:13 +01:00
.gitkeep Initial commit 2020-11-25 15:13:40 +00:00