Ghost/ghost/custom-theme-settings-service/lib
Kevin Ansfield c4f364996b Removed model dependency in custom theme settings cache
refs https://github.com/TryGhost/Team/issues/1070

- having a dependency on a model in the cache service meant that Ghost had to know about that and pre-initialize the cache during boot, even though that didn't actually do anything except create a cache instance
- by making the cache a simple key/value store able to be populated from the cache settings service when a theme is activated it means that Ghost doesn't need to perform any extra initialization when the cache is initialized via `require`
2021-09-23 09:16:59 +01:00
..
bread.js First pass at custom-theme-settings-service functionality 2021-09-22 21:56:45 +01:00
cache.js Removed model dependency in custom theme settings cache 2021-09-23 09:16:59 +01:00
service.js Removed model dependency in custom theme settings cache 2021-09-23 09:16:59 +01:00